Uses of Enum Class
africa.absa.inception.security.PasswordChangeReason
-
Uses of PasswordChangeReason in africa.absa.inception.security
Methods in africa.absa.inception.security that return PasswordChangeReasonModifier and TypeMethodDescriptionstatic PasswordChangeReasonReturns the password change reason given by the specified code value.PasswordChange.getReason()Returns the reason for changing the password.static PasswordChangeReasonReturns the enum constant of this class with the specified name.static PasswordChangeReason[]PasswordChangeReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in africa.absa.inception.security with parameters of type PasswordChangeReasonModifier and TypeMethodDescriptionvoidInternalUserDirectory.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) PasswordChangeReasonToStringConverter.convert(PasswordChangeReason source) voidPasswordChange.setReason(PasswordChangeReason reason) Set the reason for changing the password.