Class VaultSecretRepositoryProvider

java.lang.Object
org.wso2.securevault.secret.repository.VaultSecretRepositoryProvider
All Implemented Interfaces:
SecretRepositoryProvider

public class VaultSecretRepositoryProvider extends Object implements SecretRepositoryProvider
This class is responsible for initializing SecretRepositories which belongs to a particular provider. This is being called by the SecretManager by providing the secret configuration properties and the provider type and this will return a collection of initialized SecretRepositories.
See Also: