Uses of Class
africa.absa.inception.security.UserLockedException
-
Uses of UserLockedException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw UserLockedExceptionModifier and TypeMethodDescriptionvoidInternalUserDirectory.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.changePassword(String username, String password, String newPassword) ISecurityService.changePassword(String username, String password, String newPassword) Change the password for the user.voidLDAPUserDirectory.changePassword(String username, String password, String newPassword) SecurityService.changePassword(String username, String password, String newPassword) voidInternalUserDirectory.resetPassword(String username, String newPassword) voidISecurityService.resetPassword(String username, String newPassword, String securityCode) Reset the password for the user.voidLDAPUserDirectory.resetPassword(String username, String newPassword) voidSecurityService.resetPassword(String username, String newPassword, String securityCode)