public interface PasswordResolver
| Modifier and Type | Method and Description |
|---|---|
String |
protectPassword(String protocol,
char[] password) |
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 passwordString protectPassword(String protocol, char[] password) throws PasswordResolverException
PasswordResolverExceptionCopyright © 2018. All rights reserved.