java.lang.Object
rodeo.password.pgencheck.PasswordCheckError
rodeo.password.pgencheck.IllegalCharacterError
Records an illegal character error in password validation.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the illegal character as aString
.int
Returns the illegal character as a code point.Methods inherited from class rodeo.password.pgencheck.PasswordCheckError
getErrorType
-
Method Details
-
getIllegalCodePoint
public int getIllegalCodePoint()Returns the illegal character as a code point.- Returns:
- the illegal character code point
-
getIllegalCharacter
Returns the illegal character as aString
.- Returns:
- the illegal character
-