Interface SingleGroupAdministrationMappings
- All Known Implementing Classes:
ImmutableSingleGroupAdministrationMappings
public interface SingleGroupAdministrationMappings
Represents mappings of users and group to a particular group
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the group mappingsReturns the user mappings
-
Method Details
-
getGroupMappings
Set<GroupGroupAdministrationMapping> getGroupMappings()Returns the group mappings- Returns:
- the group mappings
-
getUserMappings
Set<UserGroupAdministrationMapping> getUserMappings()Returns the user mappings- Returns:
- the user mappings
-