Uses of Class
africa.absa.inception.security.PasswordResetStatus
-
-
Uses of PasswordResetStatus in africa.absa.inception.security
Methods in africa.absa.inception.security that return PasswordResetStatus Modifier and Type Method Description PasswordResetStatusStringToPasswordResetStatusConverter. convert(String source)PasswordResetStatusPasswordResetStatusConverter. convertToEntityAttribute(Integer dbData)Converts the data stored in the database column into the value to be stored in the entity attribute.static PasswordResetStatusPasswordResetStatus. fromCode(String code)Returns 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.PasswordResetStatusPasswordReset. getStatus()Returns the status of the password reset.static PasswordResetStatusPasswordResetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PasswordResetStatus[]PasswordResetStatus. 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 PasswordResetStatus Modifier and Type Method Description StringPasswordResetStatusToStringConverter. convert(PasswordResetStatus source)IntegerPasswordResetStatusConverter. convertToDatabaseColumn(PasswordResetStatus attribute)Converts the value stored in the entity attribute into the data representation to be stored in the database.List<PasswordReset>PasswordResetRepository. findAllByUsernameAndStatus(String username, PasswordResetStatus status)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.
-