Uses of Class
africa.absa.inception.security.UserNotFoundException
-
Uses of UserNotFoundException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidInternalUserDirectory.addMemberToGroup(String groupName, GroupMemberType memberType, String memberName) voidISecurityService.addMemberToGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) Add the group member to the group.voidLDAPUserDirectory.addMemberToGroup(String groupName, GroupMemberType memberType, String memberName) voidSecurityService.addMemberToGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) voidInternalUserDirectory.addUserToGroup(String groupName, String username) voidISecurityService.addUserToGroup(UUID userDirectoryId, String groupName, String username) Add the user to the group.voidLDAPUserDirectory.addUserToGroup(String groupName, String username) voidSecurityService.addUserToGroup(UUID userDirectoryId, String groupName, String username) voidInternalUserDirectory.adminChangePassword(String username, String newPassword, boolean expirePassword, boolean lockUser, boolean resetPasswordHistory, PasswordChangeReason reason) voidISecurityService.adminChangePassword(UUID userDirectoryId, String username, String newPassword, boolean expirePassword, boolean lockUser, boolean resetPasswordHistory, PasswordChangeReason reason) Administratively change the password for the user.voidLDAPUserDirectory.adminChangePassword(String username, String newPassword, boolean expirePassword, boolean lockUser, boolean resetPasswordHistory, PasswordChangeReason reason) voidSecurityService.adminChangePassword(UUID userDirectoryId, String username, String newPassword, boolean expirePassword, boolean lockUser, boolean resetPasswordHistory, PasswordChangeReason reason) voidInternalUserDirectory.authenticate(String username, String password) ISecurityService.authenticate(String username, String password) Authenticate the user.voidLDAPUserDirectory.authenticate(String username, String password) SecurityService.authenticate(String username, String password) voidInternalUserDirectory.deleteUser(String username) voidISecurityService.deleteUser(UUID userDirectoryId, String username) Delete the user.voidLDAPUserDirectory.deleteUser(String username) voidSecurityService.deleteUser(UUID userDirectoryId, String username) InternalUserDirectory.getFunctionCodesForUser(String username) ISecurityService.getFunctionCodesForUser(UUID userDirectoryId, String username) Retrieve the function codes for the user.LDAPUserDirectory.getFunctionCodesForUser(String username) SecurityService.getFunctionCodesForUser(UUID userDirectoryId, String username) InternalUserDirectory.getGroupNamesForUser(String username) ISecurityService.getGroupNamesForUser(UUID userDirectoryId, String username) Retrieve the names of the groups the user is a member of.LDAPUserDirectory.getGroupNamesForUser(String username) SecurityService.getGroupNamesForUser(UUID userDirectoryId, String username) 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) InternalUserDirectory.getRoleCodesForUser(String username) ISecurityService.getRoleCodesForUser(UUID userDirectoryId, String username) Retrieve the codes for the roles that have been assigned to the user.LDAPUserDirectory.getRoleCodesForUser(String username) SecurityService.getRoleCodesForUser(UUID userDirectoryId, String username) Retrieve the user.ISecurityService.getUserDirectoryIdsForUser(String username) Retrieve the IDs for the user directories the user is associated with.SecurityService.getUserDirectoryIdsForUser(String username) InternalUserDirectory.getUserName(String username) ISecurityService.getUserName(UUID userDirectoryId, String username) Retrieve the name of the user.LDAPUserDirectory.getUserName(String username) SecurityService.getUserName(UUID userDirectoryId, String username) voidISecurityService.initiatePasswordReset(String username, String resetPasswordUrl, boolean sendEmail) Initiate the password reset process for the user.voidISecurityService.initiatePasswordReset(String username, String resetPasswordUrl, boolean sendEmail, String securityCode) Initiate the password reset process for the user.voidSecurityService.initiatePasswordReset(String username, String resetPasswordUrl, boolean sendEmail) voidSecurityService.initiatePasswordReset(String username, String resetPasswordUrl, boolean sendEmail, String securityCode) booleanInternalUserDirectory.isUserInGroup(String groupName, String username) booleanISecurityService.isUserInGroup(UUID userDirectoryId, String groupName, String username) Is the user in the group?booleanLDAPUserDirectory.isUserInGroup(String groupName, String username) booleanSecurityService.isUserInGroup(UUID userDirectoryId, String groupName, String username) voidInternalUserDirectory.removeUserFromGroup(String groupName, String username) voidISecurityService.removeUserFromGroup(UUID userDirectoryId, String groupName, String username) Remove the user from the group.voidLDAPUserDirectory.removeUserFromGroup(String groupName, String username) voidSecurityService.removeUserFromGroup(UUID userDirectoryId, String groupName, String username) voidInternalUserDirectory.resetPassword(String username, String newPassword) voidLDAPUserDirectory.resetPassword(String username, String newPassword) 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)