Interface GoogleSecretManagerAccessStrategy
- All Known Implementing Classes:
GoogleSecretManagerV1AccessStrategy
public interface GoogleSecretManagerAccessStrategy
-
Method Summary
Modifier and TypeMethodDescriptiongetSecretName(com.google.cloud.secretmanager.v1.Secret secret) Iterable<com.google.cloud.secretmanager.v1.Secret> getSecretValue(com.google.cloud.secretmanager.v1.Secret secret, Comparator<com.google.cloud.secretmanager.v1.SecretVersion> comparator)
-
Method Details
-
getSecrets
Iterable<com.google.cloud.secretmanager.v1.Secret> getSecrets() -
getSecretValue
String getSecretValue(com.google.cloud.secretmanager.v1.Secret secret, Comparator<com.google.cloud.secretmanager.v1.SecretVersion> comparator) -
getSecretName
-
checkRemotePermissions
Boolean checkRemotePermissions()
-