Uses of Interface
org.springframework.cloud.config.server.environment.secretmanager.GoogleConfigProvider
Packages that use GoogleConfigProvider
-
Uses of GoogleConfigProvider in org.springframework.cloud.config.server.environment.secretmanager
Classes in org.springframework.cloud.config.server.environment.secretmanager that implement GoogleConfigProviderMethods in org.springframework.cloud.config.server.environment.secretmanager with parameters of type GoogleConfigProviderModifier and TypeMethodDescriptionGoogleSecretManagerAccessStrategyFactory.forVersion(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, GoogleSecretManagerEnvironmentProperties properties) GoogleSecretManagerAccessStrategyFactory.forVersion(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, GoogleSecretManagerEnvironmentProperties properties, com.google.cloud.secretmanager.v1.SecretManagerServiceClient client) GcpProjectResolutionSupport.resolve(GoogleConfigProvider configProvider, org.springframework.web.client.RestTemplate rest) Resolves the project for the current request.Constructors in org.springframework.cloud.config.server.environment.secretmanager with parameters of type GoogleConfigProviderModifierConstructorDescriptionGoogleSecretManagerV1AccessStrategy(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, com.google.cloud.secretmanager.v1.SecretManagerServiceClient client) Deprecated, for removal: This API element is subject to removal in a future version.GoogleSecretManagerV1AccessStrategy(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, com.google.cloud.secretmanager.v1.SecretManagerServiceClient client, GcpProjectResolutionSupport projectResolutionSupport) Constructs a new instance ofGoogleSecretManagerV1AccessStrategy.GoogleSecretManagerV1AccessStrategy(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, String serviceAccountFile) Deprecated, for removal: This API element is subject to removal in a future version.GoogleSecretManagerV1AccessStrategy(org.springframework.web.client.RestTemplate rest, GoogleConfigProvider configProvider, String serviceAccountFile, GcpProjectResolutionSupport gcpProjectResolutionSupport) Constructs a new instance ofGoogleSecretManagerV1AccessStrategy.