Uses of Class
africa.absa.inception.security.ExistingPasswordException
-
Uses of ExistingPasswordException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw ExistingPasswordExceptionModifier and TypeMethodDescriptionvoidInternalUserDirectory.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)