Uses of Class
rodeo.password.pgencheck.PasswordCheckStatus
-
-
Uses of PasswordCheckStatus in rodeo.password.pgencheck
Methods in rodeo.password.pgencheck that return PasswordCheckStatus Modifier and Type Method Description PasswordCheckStatusPasswordChecker. check(String password)Check if a password can be validated against the specified criteria and return the first error encountered if any orPasswordCheckStatus.OKotherwise.PasswordCheckStatusPasswordCheckError. getErrorType()Returns the recorded error types.static PasswordCheckStatusPasswordCheckStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PasswordCheckStatus[]PasswordCheckStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-