Class MultiSecretCallback
java.lang.Object
org.apache.synapse.securevault.secret.MultiSecretCallback
- All Implemented Interfaces:
SecretCallback
Represents group of any number of Callbacks - group means, they provide secret for a one use
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSecretCallback(SecretCallback secretCallback) Add a SecretCallbackReturns all SecretCallbacks
-
Constructor Details
-
MultiSecretCallback
public MultiSecretCallback()
-
-
Method Details
-
addSecretCallback
Add a SecretCallback- Parameters:
secretCallback- SecretCallback instance
-
getSecretCallbacks
Returns all SecretCallbacks- Returns:
- SecretCallbacks as Iterator
-