Uses of Class
africa.absa.inception.security.Group
-
-
Uses of Group in africa.absa.inception.security
Methods in africa.absa.inception.security that return Group Modifier and Type Method Description GroupInternalUserDirectory. getGroup(String groupName)GroupISecurityService. getGroup(UUID userDirectoryId, String groupName)Retrieve the group.GroupLDAPUserDirectory. getGroup(String groupName)GroupSecurityService. getGroup(UUID userDirectoryId, String groupName)Methods in africa.absa.inception.security that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupRepository. findByUserDirectoryId(UUID userDirectoryId)org.springframework.data.domain.Page<Group>GroupRepository. findByUserDirectoryId(UUID userDirectoryId, org.springframework.data.domain.Pageable pageable)Optional<Group>GroupRepository. findByUserDirectoryIdAndNameIgnoreCase(UUID userDirectoryId, String name)org.springframework.data.domain.Page<Group>GroupRepository. findFiltered(UUID userDirectoryId, String filter, org.springframework.data.domain.Pageable pageable)List<Group>Groups. getGroups()Returns the groups.List<Group>InternalUserDirectory. getGroups()List<Group>ISecurityService. getGroups(UUID userDirectoryId)Retrieve all the groups.List<Group>LDAPUserDirectory. getGroups()Set<Group>Role. getGroups()Returns the groups the role is associated with.List<Group>SecurityService. getGroups(UUID userDirectoryId)Set<Group>User. getGroups()Returns the groups the user is associated with.List<Group>UserRepository. getGroupsByUserId(UUID userId)List<Group>InternalUserDirectory. getGroupsForUser(String username)List<Group>ISecurityService. getGroupsForUser(UUID userDirectoryId, String username)Retrieve the groups the user is a member of.List<Group>LDAPUserDirectory. getGroupsForUser(String username)List<Group>SecurityService. getGroupsForUser(UUID userDirectoryId, String username)Methods in africa.absa.inception.security with parameters of type Group Modifier and Type Method Description voidInternalUserDirectory. createGroup(Group group)voidISecurityService. createGroup(Group group)Create the new group.voidLDAPUserDirectory. createGroup(Group group)voidSecurityService. createGroup(Group group)voidInternalUserDirectory. updateGroup(Group group)voidISecurityService. updateGroup(Group group)Update the group.voidLDAPUserDirectory. updateGroup(Group group)voidSecurityService. updateGroup(Group group)Method parameters in africa.absa.inception.security with type arguments of type Group Modifier and Type Method Description voidRole. setGroups(Set<Group> groups)Set the groups the role is associated with.voidUser. setGroups(Set<Group> groups)Set the groups the user is associated with.Constructor parameters in africa.absa.inception.security with type arguments of type Group Constructor Description Groups(UUID userDirectoryId, List<Group> groups, long total, String filter, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize)Constructs a new Groups.
-