Uses of Class
org.apache.camel.vault.GcpVaultConfiguration
Packages that use GcpVaultConfiguration
Package
Description
Configuration classes for accessing external secret vaults such as AWS Secrets Manager, GCP Secret Manager, Azure Key
Vault, and HashiCorp Vault.
-
Uses of GcpVaultConfiguration in org.apache.camel.vault
Methods in org.apache.camel.vault that return GcpVaultConfigurationModifier and TypeMethodDescriptionVaultConfiguration.gcp()GCP Vault Configuration@Nullable GcpVaultConfigurationVaultConfiguration.getGcpVaultConfiguration()Gets the GCP Vault configuration.Methods in org.apache.camel.vault with parameters of type GcpVaultConfigurationModifier and TypeMethodDescriptionvoidVaultConfiguration.setGcpVaultConfiguration(@Nullable GcpVaultConfiguration gcp) Sets the GCP Vault configuration.