Uses of Class
africa.absa.inception.security.PasswordChangeReason
-
-
Uses of PasswordChangeReason in africa.absa.inception.security
Methods in africa.absa.inception.security that return PasswordChangeReason Modifier and Type Method Description PasswordChangeReasonStringToPasswordChangeReasonConverter. convert(String source)static PasswordChangeReasonPasswordChangeReason. fromCode(String code)Returns the password change reason given by the specified code value.PasswordChangeReasonPasswordChange. getReason()Returns the reason for changing the password.static PasswordChangeReasonPasswordChangeReason. valueOf(String name)Returns the enum constant of this type with the specified name.static PasswordChangeReason[]PasswordChangeReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in africa.absa.inception.security with parameters of type PasswordChangeReason Modifier and Type Method Description 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)StringPasswordChangeReasonToStringConverter. convert(PasswordChangeReason source)voidPasswordChange. setReason(PasswordChangeReason reason)Set the reason for changing the password.
-