Interface SecureVaultService
-
- All Known Implementing Classes:
GoogleCloudSecretManagerService
public interface SecureVaultServiceInterface for Secure Vault Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSecretForKey(String key)Map<String,Object>getSecretsForKeys(List<String> keys)
-
-
-
Method Detail
-
getSecretsForKeys
Map<String,Object> getSecretsForKeys(List<String> keys) throws IOException
- Throws:
IOException
-
getSecretForKey
String getSecretForKey(String key) throws IOException
- Throws:
IOException
-
-