Class HashicorpVaultConfiguration
java.lang.Object
org.apache.camel.component.hashicorp.vault.HashicorpVaultConfiguration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getHost()Hashicorp Vault instance host to be usedOperation to be performedgetPort()Hashicorp Vault instance port to be usedHashicorp Vault instance scheme to be usedHashicorp Vault instance secret Path to be usedVault Name to be usedgetToken()Token to be usedorg.springframework.vault.core.VaultTemplateInstance of Vault templatevoidvoidsetOperation(HashicorpVaultOperation operation) voidvoidvoidsetSecretPath(String secretPath) voidsetSecretsEngine(String secretsEngine) voidvoidsetVaultTemplate(org.springframework.vault.core.VaultTemplate vaultTemplate)
-
Constructor Details
-
HashicorpVaultConfiguration
public HashicorpVaultConfiguration()
-
-
Method Details
-
getVaultTemplate
public org.springframework.vault.core.VaultTemplate getVaultTemplate()Instance of Vault template -
setVaultTemplate
public void setVaultTemplate(org.springframework.vault.core.VaultTemplate vaultTemplate) -
getSecretsEngine
Vault Name to be used -
setSecretsEngine
-
getToken
Token to be used -
setToken
-
getHost
Hashicorp Vault instance host to be used -
setHost
-
getPort
Hashicorp Vault instance port to be used -
setPort
-
getScheme
Hashicorp Vault instance scheme to be used -
setScheme
-
getSecretPath
Hashicorp Vault instance secret Path to be used -
setSecretPath
-
getOperation
Operation to be performed -
setOperation
-
copy
-