Uses of Class
africa.absa.inception.security.User
-
-
Uses of User in africa.absa.inception.security
Methods in africa.absa.inception.security that return User Modifier and Type Method Description UserInternalUserDirectory. getUser(String username)UserISecurityService. getUser(UUID userDirectoryId, String username)Retrieve the user.UserLDAPUserDirectory. getUser(String username)UserSecurityService. getUser(UUID userDirectoryId, String username)UserUserDetails. getUser()Returns the user.Methods in africa.absa.inception.security that return types with arguments of type User Modifier and Type Method Description List<User>UserRepository. findByUserDirectoryId(UUID userDirectoryId)org.springframework.data.domain.Page<User>UserRepository. findByUserDirectoryId(UUID userDirectoryId, org.springframework.data.domain.Pageable pageable)Optional<User>UserRepository. findByUserDirectoryIdAndUsernameIgnoreCase(UUID userDirectoryId, String username)org.springframework.data.domain.Page<User>UserRepository. findFiltered(UUID userDirectoryId, String filter, org.springframework.data.domain.Pageable pageable)List<User>InternalUserDirectory. findUsers(List<UserAttribute> userAttributes)List<User>ISecurityService. findUsers(UUID userDirectoryId, List<UserAttribute> userAttributes)Retrieve the users matching the user attribute criteria.List<User>LDAPUserDirectory. findUsers(List<UserAttribute> userAttributes)List<User>SecurityService. findUsers(UUID userDirectoryId, List<UserAttribute> userAttributes)Set<User>Group. getUsers()Returns the users associated with the group.List<User>InternalUserDirectory. getUsers()List<User>ISecurityService. getUsers(UUID userDirectoryId)Retrieve all the users.List<User>LDAPUserDirectory. getUsers()List<User>SecurityService. getUsers(UUID userDirectoryId)List<User>Users. getUsers()Returns the users.Methods in africa.absa.inception.security with parameters of type User Modifier and Type Method Description voidGroup. addUser(User user)Add 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 User Modifier and Type Method Description voidGroup. setUsers(Set<User> users)Set the users associated with the group.Constructor parameters in africa.absa.inception.security with type arguments of type User Constructor Description Users(UUID userDirectoryId, List<User> users, long total, String filter, UserSortBy sortBy, africa.absa.inception.core.sorting.SortDirection sortDirection, Integer pageIndex, Integer pageSize)Constructs a new Users.
-