org.apache.synapse.securevault.secret
Interface SecretRepositoryProvider

All Known Implementing Classes:
FileBaseSecretRepositoryProvider

public interface SecretRepositoryProvider

Factory method for creating a instance of a SecretRepository


Method Summary
 SecretRepository getSecretRepository(IdentityKeyStoreWrapper identity, TrustKeyStoreWrapper trust)
          Returns a SecretRepository implementation
 

Method Detail

getSecretRepository

SecretRepository getSecretRepository(IdentityKeyStoreWrapper identity,
                                     TrustKeyStoreWrapper trust)
Returns a SecretRepository implementation

Parameters:
identity - Identity KeyStore
trust - Trust KeyStore
Returns:
A SecretRepository implementation


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