| Package | Description | 
|---|---|
| org.apache.synapse.securevault.secret | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MultiSecretCallback
Represents group of any number of Callbacks - group means, they provide secret for a one use 
 | 
class  | 
SingleSecretCallback
A single secret callback that can be used to collect a single secret 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<SecretCallback> | 
MultiSecretCallback.getSecretCallbacks()
Returns all SecretCallbacks 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MultiSecretCallback.addSecretCallback(SecretCallback secretCallback)
Add a SecretCallback 
 | 
void | 
SecretCallbackHandler.handle(SecretCallback[] secretCallbacks)
Retrieve the secrets requested in the provided SecretCallbacks. 
 | 
void | 
AbstractSecretCallbackHandler.handle(SecretCallback[] secretCallbacks)  | 
void | 
SecretLoadingModule.load(SecretCallback[] secretCallbacks)
Load secrets into given call backs. 
 | 
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.