Uses of Class
rodeo.password.pgencheck.PasswordCheckError
-
-
Uses of PasswordCheckError in rodeo.password.pgencheck
Subclasses of PasswordCheckError in rodeo.password.pgencheck Modifier and Type Class Description classBadCountForCharacterTypeErrorRecords a bad character count error in password validation.classIllegalCharacterErrorRecords an illegal character error in password validation.Methods in rodeo.password.pgencheck that return types with arguments of type PasswordCheckError Modifier and Type Method Description List<PasswordCheckError>PasswordChecker. fullCheck(String password)Check if a password can be validated against the specified criteria and return a list of all the problems encountered.
-