org.apache.synapse.securevault.secret
Class SecretCallbackHandlerFactory

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

public class SecretCallbackHandlerFactory
extends Object

Contains factory methods to create SecretCallbackHandler


Constructor Summary
SecretCallbackHandlerFactory()
           
 
Method Summary
static SecretCallbackHandler createSecretCallbackHandler(Properties properties, String key)
          Creates a SecretCallbackHandler instance based on given properties At future , can extend this , if SecretCallbackHandler instance need some data in the initialization
static SecretCallbackHandler createSecretCallbackHandler(String provider)
          Creates a SecretCallbackHandler instance based on provided class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecretCallbackHandlerFactory

public SecretCallbackHandlerFactory()
Method Detail

createSecretCallbackHandler

public static SecretCallbackHandler createSecretCallbackHandler(Properties properties,
                                                                String key)
Creates a SecretCallbackHandler instance based on given properties At future , can extend this , if SecretCallbackHandler instance need some data in the initialization

Parameters:
properties - properties contains some information about how to create a SecretCallbackHandler
key - use for getting related properties out of all properties
Returns:
SecretCallbackHandler instance

createSecretCallbackHandler

public static SecretCallbackHandler createSecretCallbackHandler(String provider)
Creates a SecretCallbackHandler instance based on provided class

Parameters:
provider - provider class name
Returns:
SecretCallbackHandler instance


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