Package org.apache.camel.vault
Class HashicorpVaultConfiguration
java.lang.Object
org.apache.camel.vault.VaultConfiguration
org.apache.camel.vault.HashicorpVaultConfiguration
Configuration for access to Hashicorp Vault Secrets.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.vault.VaultConfiguration
aws, azure, gcp, getAwsVaultConfiguration, getAzureVaultConfiguration, getGcpVaultConfiguration, getHashicorpVaultConfiguration, getKubernetesVaultConfiguration, hashicorp, kubernetes, setAwsVaultConfiguration, setAzureVaultConfiguration, setGcpVaultConfiguration, setHashicorpVaultConfiguration, setKubernetesVaultConfiguration
-
Constructor Details
-
HashicorpVaultConfiguration
public HashicorpVaultConfiguration()
-
-
Method Details
-
getToken
-
setToken
Token to access hashicorp vault -
getHost
-
setHost
Host to access hashicorp vault -
getPort
-
setPort
Port to access hashicorp vault -
getScheme
-
setScheme
Scheme to access hashicorp vault
-