Uses of Class
africa.absa.inception.security.User
-
Uses of User in africa.absa.inception.security
Methods in africa.absa.inception.security that return UserMethods in africa.absa.inception.security that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByUserDirectoryId(UUID userDirectoryId) Retrieve the users for the user directory.org.springframework.data.domain.Page<User>UserRepository.findByUserDirectoryId(UUID userDirectoryId, org.springframework.data.domain.Pageable pageable) Retrieve the users for the user directory.UserRepository.findByUserDirectoryIdAndUsernameIgnoreCase(UUID userDirectoryId, String username) Retrieve the user with the specified username for the user directory.org.springframework.data.domain.Page<User>UserRepository.findFiltered(UUID userDirectoryId, String filter, org.springframework.data.domain.Pageable pageable) Retrieve the filtered users for the user directory.InternalUserDirectory.findUsers(List<UserAttribute> userAttributes) ISecurityService.findUsers(UUID userDirectoryId, List<UserAttribute> userAttributes) Retrieve the users matching the user attribute criteria.LDAPUserDirectory.findUsers(List<UserAttribute> userAttributes) SecurityService.findUsers(UUID userDirectoryId, List<UserAttribute> userAttributes) Group.getUsers()Returns the users associated with the group.InternalUserDirectory.getUsers()Retrieve all the users.LDAPUserDirectory.getUsers()Users.getUsers()Returns the users.Methods in africa.absa.inception.security with parameters of type UserModifier and TypeMethodDescriptionvoidAdd the user to the group.voidInternalUserDirectory.createUser(User user, boolean expiredPassword, boolean userLocked) voidISecurityService.createUser(User user, boolean expiredPassword, boolean userLocked) Create the new user.voidLDAPUserDirectory.createUser(User user, boolean expiredPassword, boolean userLocked) voidSecurityService.createUser(User user, boolean expiredPassword, boolean userLocked) voidGroup.removeUser(User user) Remove the user from the group.voidInternalUserDirectory.updateUser(User user, boolean expirePassword, boolean lockUser) voidISecurityService.updateUser(User user, boolean expirePassword, boolean lockUser) Update the user.voidLDAPUserDirectory.updateUser(User user, boolean expirePassword, boolean lockUser) voidSecurityService.updateUser(User user, boolean expirePassword, boolean lockUser) Method parameters in africa.absa.inception.security with type arguments of type UserModifier and TypeMethodDescriptionvoidSet the users associated with the group.Constructor parameters in africa.absa.inception.security with type arguments of type User