public interface PasswordValidator
| Modifier and Type | Method and Description |
|---|---|
List<PasswordEncoding> |
getSupportedInputEncodings()
Get the list of supported password encodings in order of preference
|
boolean |
validatePassword(Map<PasswordEncoding,String> passwords,
String password) |
List<PasswordEncoding> getSupportedInputEncodings()