org.apache.synapse.securevault.secret
Class SecretLoadingModule

java.lang.Object
  extended by org.apache.synapse.securevault.secret.SecretLoadingModule

public class SecretLoadingModule
extends Object

Loads the secret on behalf of applications


Constructor Summary
SecretLoadingModule()
           
 
Method Summary
 void init(SecretCallbackHandler[] secretCallbackHandlers)
          Initialized SecretLoadingModule with SecretCallbackHandlers
 void load(SecretCallback[] secretCallbacks)
          Load secrets into given call backs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecretLoadingModule

public SecretLoadingModule()
Method Detail

init

public void init(SecretCallbackHandler[] secretCallbackHandlers)
Initialized SecretLoadingModule with SecretCallbackHandlers

Parameters:
secretCallbackHandlers - SecretCallbackHandlers

load

public void load(SecretCallback[] secretCallbacks)
Load secrets into given call backs. Use all registered call back handlers

Parameters:
secretCallbacks - SecretCallbacks


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.