public interface PasswordStrengthPolicy extends Predicate<char[]>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(char[] password)
Test whether the given password satisfies this strength policy.
|
boolean test(char[] password)
test in interface Predicate<char[]>IllegalArgumentException - if password is null