public abstract class AbstractSecretCallbackHandler extends Object implements SecretCallbackHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSecretCallbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(SecretCallback[] secretCallbacks)
Retrieve the secrets requested in the provided SecretCallbacks.
|
protected abstract void |
handleSingleSecretCallback(SingleSecretCallback singleSecretCallback)
Handle A SingleSecretCallback - fill the secret
|
public void handle(SecretCallback[] secretCallbacks)
SecretCallbackHandlerhandle in interface SecretCallbackHandlersecretCallbacks - secretCallbacksprotected abstract void handleSingleSecretCallback(SingleSecretCallback singleSecretCallback)
singleSecretCallback - SingleSecretCallback instanceCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.