Class GoogleSecretManagerAccessStrategyFactory
- java.lang.Object
-
- org.springframework.cloud.config.server.environment.secretmanager.GoogleSecretManagerAccessStrategyFactory
-
public final class GoogleSecretManagerAccessStrategyFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GoogleSecretManagerAccessStrategyforVersion(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, GoogleSecretManagerEnvironmentProperties properties)static GoogleSecretManagerAccessStrategyforVersion(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, GoogleSecretManagerEnvironmentProperties properties, com.google.cloud.secretmanager.v1.SecretManagerServiceClient client)
-
-
-
Method Detail
-
forVersion
public static GoogleSecretManagerAccessStrategy forVersion(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, GoogleSecretManagerEnvironmentProperties properties)
-
forVersion
public static GoogleSecretManagerAccessStrategy forVersion(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, GoogleSecretManagerEnvironmentProperties properties, com.google.cloud.secretmanager.v1.SecretManagerServiceClient client)
-
-