Uses of Class
org.apache.camel.vault.VaultConfiguration
-
Packages that use VaultConfiguration Package Description org.apache.camel The core Camel API.org.apache.camel.vault -
-
Uses of VaultConfiguration in org.apache.camel
Methods in org.apache.camel that return VaultConfiguration Modifier and Type Method Description VaultConfigurationCamelContext. getVaultConfiguration()Gets the vault configurationMethods in org.apache.camel with parameters of type VaultConfiguration Modifier and Type Method Description voidCamelContext. setVaultConfiguration(VaultConfiguration vaultConfiguration)Sets a customVaultConfiguration -
Uses of VaultConfiguration in org.apache.camel.vault
Subclasses of VaultConfiguration in org.apache.camel.vault Modifier and Type Class Description classAwsVaultConfigurationConfiguration for access to AWS Secret.classAzureVaultConfigurationConfiguration for access to Azure Key Vault.classGcpVaultConfigurationConfiguration for access to GCP Secret Manager.classHashicorpVaultConfigurationConfiguration for access to Hashicorp Vault Secrets.
-