public interface SecretProvider
| Modifier and Type | Method and Description |
|---|---|
static SecretProvider |
fromPassword(java.lang.String password)
Provide athe password directly.
|
java.lang.String |
tell(java.lang.String about,
int retries)
Provide the secret.
|
java.lang.String tell(java.lang.String about,
int retries)
about - Used for prompts.retries - The of times to retry if supported.static SecretProvider fromPassword(java.lang.String password)
password - The password.