@Transactional public class DefaultDirectoryMembershipServiceImpl extends Object implements DefaultDirectoryMembershipService
Constructor and Description |
---|
DefaultDirectoryMembershipServiceImpl(DirectoryManager directoryManager) |
Modifier and Type | Method and Description |
---|---|
void |
removeFromGroupsIfPresent(Directory directory,
String groupName)
Removes a group from default group list if it is there
|
public DefaultDirectoryMembershipServiceImpl(DirectoryManager directoryManager)
public void removeFromGroupsIfPresent(Directory directory, String groupName) throws DirectoryNotFoundException
DefaultDirectoryMembershipService
removeFromGroupsIfPresent
in interface DefaultDirectoryMembershipService
directory
- the directory the group come fromgroupName
- the group nameDirectoryNotFoundException
Copyright © 2020 Atlassian. All rights reserved.