public interface PasswordResolver
| Modifier and Type | Method and Description |
|---|---|
char[] |
resolvePassword(String passwordHint)
Resolve the password.
|
char[] resolvePassword(String passwordHint) throws PasswordResolverException
passwordHint - Hint of the password. Must not be null.PasswordResolverException - if cannot resolve the passwordCopyright © 2017. All rights reserved.