Uses of Enum Class
africa.absa.inception.security.PasswordResetStatus
-
Uses of PasswordResetStatus in africa.absa.inception.security
Methods in africa.absa.inception.security that return PasswordResetStatusModifier and TypeMethodDescriptionPasswordResetStatusConverter.convertToEntityAttribute(Integer dbData) Converts the data stored in the database column into the value to be stored in the entity attribute.static PasswordResetStatusReturns the password reset status given by the specified code value.static PasswordResetStatusPasswordResetStatus.fromNumericCode(int numericCode) Returns the password reset status for the specified numeric code.PasswordReset.getStatus()Returns the status of the password reset.static PasswordResetStatusReturns the enum constant of this class with the specified name.static PasswordResetStatus[]PasswordResetStatus.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 PasswordResetStatusModifier and TypeMethodDescriptionPasswordResetStatusToStringConverter.convert(PasswordResetStatus source) PasswordResetStatusConverter.convertToDatabaseColumn(PasswordResetStatus attribute) Converts the value stored in the entity attribute into the data representation to be stored in the database.PasswordResetRepository.findAllByUsernameAndStatus(String username, PasswordResetStatus status) Retrieve the password reset with the specified status for the user.voidPasswordReset.setStatus(PasswordResetStatus status) Set the status of the password reset.static intPasswordResetStatus.toNumericCode(PasswordResetStatus passwordResetStatus) Returns the numeric code for the password reset status.