Uses of Class
africa.absa.inception.security.ExistingPasswordException
-
-
Uses of ExistingPasswordException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw ExistingPasswordException Modifier and Type Method Description 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)
-