Uses of Class
africa.absa.inception.security.UserLockedException
-
-
Uses of UserLockedException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw UserLockedException Modifier and Type Method Description voidInternalUserDirectory. authenticate(String username, String password)UUIDISecurityService. authenticate(String username, String password)Authenticate the user.voidLDAPUserDirectory. authenticate(String username, String password)UUIDSecurityService. authenticate(String username, String password)voidInternalUserDirectory. changePassword(String username, String password, String newPassword)UUIDISecurityService. changePassword(String username, String password, String newPassword)Change the password for the user.voidLDAPUserDirectory. changePassword(String username, String password, String newPassword)UUIDSecurityService. 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)
-