Class HashicorpVaultEndpointBuilderFactory.HashicorpVaultHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.HashicorpVaultEndpointBuilderFactory.HashicorpVaultHeaderNameBuilder
- Enclosing interface:
- HashicorpVaultEndpointBuilderFactory
public static class HashicorpVaultEndpointBuilderFactory.HashicorpVaultHeaderNameBuilder
extends Object
The builder of headers' name for the Hashicorp Vault component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOverrides the desired operation to be used in the producer.Set the desired secret path as header.Set the desired secret version as header.
-
Constructor Details
-
HashicorpVaultHeaderNameBuilder
public HashicorpVaultHeaderNameBuilder()
-
-
Method Details
-
hashicorpVaultProducerOperation
Overrides the desired operation to be used in the producer. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
HashicorpVaultProducerOperation.
-
hashicorpVaultSecretPath
Set the desired secret path as header. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
HashicorpVaultSecretPath.
-
hashicorpVaultSecretVersion
Set the desired secret version as header. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
HashicorpVaultSecretVersion.
-