Uses of Class
org.springframework.cloud.config.server.environment.GoogleSecretManagerEnvironmentProperties
-
Packages that use GoogleSecretManagerEnvironmentProperties Package Description org.springframework.cloud.config.server.environment org.springframework.cloud.config.server.environment.secretmanager -
-
Uses of GoogleSecretManagerEnvironmentProperties in org.springframework.cloud.config.server.environment
Methods in org.springframework.cloud.config.server.environment with parameters of type GoogleSecretManagerEnvironmentProperties Modifier and Type Method Description GoogleSecretManagerEnvironmentRepositoryGoogleSecretManagerEnvironmentRepositoryFactory. build(GoogleSecretManagerEnvironmentProperties environmentProperties)Constructors in org.springframework.cloud.config.server.environment with parameters of type GoogleSecretManagerEnvironmentProperties Constructor Description GoogleSecretManagerEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.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 GoogleSecretManagerEnvironmentProperties 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)
-