Class NoOpDefaultGroupMembershipService
java.lang.Object
com.atlassian.crowd.manager.application.NoOpDefaultGroupMembershipService
- All Implemented Interfaces:
DefaultGroupMembershipService
public class NoOpDefaultGroupMembershipService
extends Object
implements DefaultGroupMembershipService
A no-op implementation of
DefaultGroupMembershipService, meant to be used in products- Since:
- v3.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Application application, ApplicationDirectoryMapping directoryMapping, String groupName) listAll(Application application, ApplicationDirectoryMapping directoryMapping) voidremove(Application application, ApplicationDirectoryMapping directoryMapping, String groupName)
-
Constructor Details
-
NoOpDefaultGroupMembershipService
public NoOpDefaultGroupMembershipService()
-
-
Method Details
-
add
public void add(Application application, ApplicationDirectoryMapping directoryMapping, String groupName) throws OperationFailedException - Specified by:
addin interfaceDefaultGroupMembershipService- Throws:
OperationFailedException
-
remove
public void remove(Application application, ApplicationDirectoryMapping directoryMapping, String groupName) throws OperationFailedException - Specified by:
removein interfaceDefaultGroupMembershipService- Throws:
OperationFailedException
-
listAll
public List<String> listAll(Application application, ApplicationDirectoryMapping directoryMapping) throws OperationFailedException - Specified by:
listAllin interfaceDefaultGroupMembershipService- Throws:
OperationFailedException
-