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 Constructor Description HashicorpVaultHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringhashicorpVaultProducerOperation()Overrides the desired operation to be used in the producer.StringhashicorpVaultSecretPath()Set the desired secret path as header.
-
-
-
Method Detail
-
hashicorpVaultProducerOperation
public String 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
public String hashicorpVaultSecretPath()
Set the desired secret path as header. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
HashicorpVaultSecretPath.
-
-