Interface DefaultDirectoryMembershipService
- All Known Implementing Classes:
DefaultDirectoryMembershipServiceImpl
public interface DefaultDirectoryMembershipService
The service for configuration of default group memberships in directories
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
removeFromGroupsIfPresent
(Directory directory, String groupName) Removes a group from default group list if it is there
-
Method Details
-
removeFromGroupsIfPresent
void removeFromGroupsIfPresent(Directory directory, String groupName) throws DirectoryNotFoundException Removes a group from default group list if it is there- Parameters:
directory
- the directory the group come fromgroupName
- the group name- Throws:
DirectoryNotFoundException
-