Uses of Interface
org.springframework.cloud.config.server.environment.secretmanager.GoogleSecretManagerAccessStrategy
-
Packages that use GoogleSecretManagerAccessStrategy Package Description org.springframework.cloud.config.server.environment.secretmanager -
-
Uses of GoogleSecretManagerAccessStrategy in org.springframework.cloud.config.server.environment.secretmanager
Classes in org.springframework.cloud.config.server.environment.secretmanager that implement GoogleSecretManagerAccessStrategy Modifier and Type Class Description classGoogleSecretManagerV1AccessStrategyMethods in org.springframework.cloud.config.server.environment.secretmanager that return GoogleSecretManagerAccessStrategy Modifier and Type Method Description static GoogleSecretManagerAccessStrategyGoogleSecretManagerAccessStrategyFactory. forVersion(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, GoogleSecretManagerEnvironmentProperties properties)static GoogleSecretManagerAccessStrategyGoogleSecretManagerAccessStrategyFactory. forVersion(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, GoogleSecretManagerEnvironmentProperties properties, com.google.cloud.secretmanager.v1.SecretManagerServiceClient client)
-