public interface PasswordValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(java.lang.String password)
Validates the password as to whether it is valid for a specific user.
|
void validate(java.lang.String password)
throws InvalidPasswordException
password - the trial passwordInvalidPasswordException