java.util.function.Predicate<char[]>CharacterClassesPasswordStrengthPolicy, SyntaxRulesPasswordStrengthPolicypublic interface PasswordStrengthPolicy
extends java.util.function.Predicate<char[]>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
test(char[] password) |
Test whether the given password satisfies this strength policy.
|