Uses of Class
africa.absa.inception.security.GroupMember
-
Uses of GroupMember in africa.absa.inception.security
Methods in africa.absa.inception.security that return types with arguments of type GroupMemberModifier and TypeMethodDescriptionGroupMembers.getGroupMembers()Returns the group members.InternalUserDirectory.getMembersForGroup(String groupName) ISecurityService.getMembersForGroup(UUID userDirectoryId, String groupName) Retrieve the group members for the group.LDAPUserDirectory.getMembersForGroup(String groupName) SecurityService.getMembersForGroup(UUID userDirectoryId, String groupName) Constructor parameters in africa.absa.inception.security with type arguments of type GroupMemberModifierConstructorDescriptionGroupMembers(UUID userDirectoryId, String groupName, List<GroupMember> groupMembers, long total, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize) Constructs a new GroupMembers.