Package | Description |
---|---|
org.wso2.carbon.secvault | |
org.wso2.carbon.secvault.cipher | |
org.wso2.carbon.secvault.model | |
org.wso2.carbon.secvault.repository |
Modifier and Type | Method and Description |
---|---|
void |
SecretRepository.init(SecretRepositoryConfiguration secretRepositoryConfiguration,
MasterKeyReader masterKeyReader)
This method will be called with a
SecretRepositoryConfiguration , a MasterKeyReader . |
void |
SecretRepository.loadSecrets(SecretRepositoryConfiguration secretRepositoryConfiguration)
An implementation of this method should load the secrets from underlying secret repository.
|
void |
SecretRepository.persistSecrets(SecretRepositoryConfiguration secretRepositoryConfiguration)
An implementation of this method should persist the secrets to the underlying secret repository.
|
Modifier and Type | Method and Description |
---|---|
void |
JKSBasedCipherProvider.init(SecretRepositoryConfiguration secretRepositoryConfiguration,
List<MasterKey> masterKeys) |
Modifier and Type | Method and Description |
---|---|
SecretRepositoryConfiguration |
SecureVaultConfiguration.getSecretRepositoryConfig()
Get secret repository configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultSecretRepository.init(SecretRepositoryConfiguration secretRepositoryConfiguration,
MasterKeyReader masterKeyReader) |
void |
AbstractSecretRepository.loadSecrets(SecretRepositoryConfiguration secretRepositoryConfiguration) |
void |
AbstractSecretRepository.persistSecrets(SecretRepositoryConfiguration secretRepositoryConfiguration) |
Copyright © 2017 WSO2. All rights reserved.