Uses of Class
org.springframework.cloud.config.server.environment.GoogleSecretManagerEnvironmentProperties
Packages that use GoogleSecretManagerEnvironmentProperties
Package
Description
-
Uses of GoogleSecretManagerEnvironmentProperties in org.springframework.cloud.config.server.environment
Classes in org.springframework.cloud.config.server.environment that implement interfaces with type arguments of type GoogleSecretManagerEnvironmentPropertiesMethods in org.springframework.cloud.config.server.environment with parameters of type GoogleSecretManagerEnvironmentPropertiesModifier and TypeMethodDescriptionGoogleSecretManagerEnvironmentRepositoryFactory.build(GoogleSecretManagerEnvironmentProperties environmentProperties) Constructors in org.springframework.cloud.config.server.environment with parameters of type GoogleSecretManagerEnvironmentPropertiesModifierConstructorDescriptionGoogleSecretManagerEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<jakarta.servlet.http.HttpServletRequest> request, org.springframework.web.client.RestTemplate rest, GoogleSecretManagerEnvironmentProperties properties) -
Uses of GoogleSecretManagerEnvironmentProperties in org.springframework.cloud.config.server.environment.secretmanager
Methods in org.springframework.cloud.config.server.environment.secretmanager with parameters of type GoogleSecretManagerEnvironmentPropertiesModifier 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)