Package | Description |
---|---|
org.apache.synapse.securevault.secret | |
org.apache.synapse.securevault.secret.repository |
Modifier and Type | Method and Description |
---|---|
SecretRepository |
SecretRepository.getParent()
Returns the parent secret repository
|
SecretRepository |
SecretRepositoryProvider.getSecretRepository(IdentityKeyStoreWrapper identity,
TrustKeyStoreWrapper trust)
Returns a SecretRepository implementation
|
Modifier and Type | Method and Description |
---|---|
void |
SecretRepository.setParent(SecretRepository parent)
Sets the parent secret repository
Secret Repositories are made a chain so that , one can get a secret from other.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBaseSecretRepository
Holds all secrets in a file
|
Modifier and Type | Method and Description |
---|---|
SecretRepository |
FileBaseSecretRepository.getParent() |
SecretRepository |
FileBaseSecretRepositoryProvider.getSecretRepository(IdentityKeyStoreWrapper identity,
TrustKeyStoreWrapper trust)
Returns a FileBaseSecretRepository instance
|
Modifier and Type | Method and Description |
---|---|
void |
FileBaseSecretRepository.setParent(SecretRepository parent) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.