Uses of Class
org.apache.camel.vault.AzureVaultConfiguration
Packages that use AzureVaultConfiguration
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 AzureVaultConfiguration in org.apache.camel.vault
Methods in org.apache.camel.vault that return AzureVaultConfigurationModifier and TypeMethodDescriptionVaultConfiguration.azure()Azure Vault Configuration@Nullable AzureVaultConfigurationVaultConfiguration.getAzureVaultConfiguration()Gets the Azure Vault configuration.Methods in org.apache.camel.vault with parameters of type AzureVaultConfigurationModifier and TypeMethodDescriptionvoidVaultConfiguration.setAzureVaultConfiguration(@Nullable AzureVaultConfiguration azure) Sets the Azure Vault configuration.