public class SecureVaultFactory extends Object
Constructor and Description |
---|
SecureVaultFactory() |
Modifier and Type | Method and Description |
---|---|
static Optional<SecureVault> |
getSecureVault(Path secureVaultConfigPath)
Initializes and returns the secure vault by initialising master key reader and secret repository and loading
secrets to secret repository.
|
public static Optional<SecureVault> getSecureVault(Path secureVaultConfigPath) throws SecureVaultException
SecureVaultException
- error on initializing secure vaultCopyright © 2017 WSO2. All rights reserved.