Uses of Class
com.google.cloud.spring.secretmanager.SecretManagerTemplate
Packages that use SecretManagerTemplate
Package
Description
Auto-configuration for Spring Cloud GCP Secret Manager module.
-
Uses of SecretManagerTemplate in com.google.cloud.spring.autoconfigure.secretmanager
Methods in com.google.cloud.spring.autoconfigure.secretmanager that return SecretManagerTemplateModifier and TypeMethodDescriptionGcpSecretManagerBootstrapConfiguration.secretManagerTemplate(com.google.cloud.secretmanager.v1.SecretManagerServiceClient client) Deprecated.Methods in com.google.cloud.spring.autoconfigure.secretmanager with parameters of type SecretManagerTemplateModifier and TypeMethodDescriptionGcpSecretManagerBootstrapConfiguration.secretManagerPropertySourceLocator(SecretManagerTemplate secretManagerTemplate) Deprecated. -
Uses of SecretManagerTemplate in com.google.cloud.spring.secretmanager
Methods in com.google.cloud.spring.secretmanager that return SecretManagerTemplateModifier and TypeMethodDescriptionSecretManagerTemplate.setAllowDefaultSecretValue(boolean allowDefaultSecretValue) Constructors in com.google.cloud.spring.secretmanager with parameters of type SecretManagerTemplateModifierConstructorDescriptionSecretManagerPropertySource(String propertySourceName, SecretManagerTemplate secretManagerTemplate, GcpProjectIdProvider projectIdProvider) SecretManagerPropertySourceLocator(SecretManagerTemplate template, GcpProjectIdProvider projectIdProvider)