Uses of Class
africa.absa.inception.security.Group
-
Uses of Group in africa.absa.inception.security
Methods in africa.absa.inception.security that return GroupModifier and TypeMethodDescriptionRetrieve the group.Methods in africa.absa.inception.security that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupRepository.findByUserDirectoryId(UUID userDirectoryId) Retrieve the groups for the user directory.org.springframework.data.domain.Page<Group>GroupRepository.findByUserDirectoryId(UUID userDirectoryId, org.springframework.data.domain.Pageable pageable) Retrieve the groups for the user directory.GroupRepository.findByUserDirectoryIdAndNameIgnoreCase(UUID userDirectoryId, String name) Retrieve the group.org.springframework.data.domain.Page<Group>GroupRepository.findFiltered(UUID userDirectoryId, String filter, org.springframework.data.domain.Pageable pageable) Retrieve the filtered groups for the user directory.Groups.getGroups()Returns the groups.InternalUserDirectory.getGroups()Retrieve all the groups.LDAPUserDirectory.getGroups()Role.getGroups()Returns the groups the role is associated with.User.getGroups()Returns the groups the user is associated with.UserRepository.getGroupsByUserId(UUID userId) Retrieve the groups for the user.InternalUserDirectory.getGroupsForUser(String username) ISecurityService.getGroupsForUser(UUID userDirectoryId, String username) Retrieve the groups the user is a member of.LDAPUserDirectory.getGroupsForUser(String username) SecurityService.getGroupsForUser(UUID userDirectoryId, String username) Methods in africa.absa.inception.security with parameters of type GroupModifier and TypeMethodDescriptionvoidInternalUserDirectory.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 GroupModifier and TypeMethodDescriptionvoidSet the groups the role is associated with.voidSet the groups the user is associated with.Constructor parameters in africa.absa.inception.security with type arguments of type Group