public interface SecretRepositoryProvider
| Modifier and Type | Method and Description |
|---|---|
SecretRepository |
getSecretRepository(IdentityKeyStoreWrapper identity,
TrustKeyStoreWrapper trust)
Returns a SecretRepository implementation
|
default Map<String,SecretRepository> |
initProvider(Properties configurationProperties,
String providerType)
Returns a List of initialized SecretRepositories.
|
SecretRepository getSecretRepository(IdentityKeyStoreWrapper identity, TrustKeyStoreWrapper trust)
identity - Identity KeyStoretrust - Trust KeyStoredefault Map<String,SecretRepository> initProvider(Properties configurationProperties, String providerType)
configurationProperties - Properties from secret configurations file.providerType - Provider type.Copyright © 2020 WSO2. All rights reserved.