public interface PasswordAliasResolver
Modifier and Type | Method and Description |
---|---|
char[] |
resolvePassword(String aliasExpressionOrPassword)
Returns the password from the argument, processing (if present)
an expression of the form ${ALIAS=aliasName} using
a PasswordAliasStore.
|
char[] resolvePassword(String aliasExpressionOrPassword)
aliasExpressionOrPassword
- either a password or a password
alias expressionCopyright © 2021. All rights reserved.