Uses of Interface
org.apache.camel.builder.component.dsl.CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder
Packages that use CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder
-
Uses of CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.cyberarkVault()CyberArk Vault (camel-cyberark-vault) Retrieve secrets from CyberArk Conjur Vault. -
Uses of CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilderModifier and TypeMethodDescriptionThe CyberArk Conjur account name.The API key for authentication with CyberArk Conjur.Pre-authenticated token to use for CyberArk Conjur.CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder.certificatePath(String certificatePath) Path to the SSL certificate for verification.CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder.configuration(org.apache.camel.component.cyberark.vault.CyberArkVaultConfiguration configuration) Component configuration.CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder.conjurClient(org.apache.camel.component.cyberark.vault.client.ConjurClient conjurClient) Reference to a ConjurClient instance in the registry.CyberarkVaultComponentBuilderFactory.cyberarkVault()CyberArk Vault (camel-cyberark-vault) Retrieve secrets from CyberArk Conjur Vault.CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder.operation(org.apache.camel.component.cyberark.vault.CyberArkVaultOperations operation) The operation to perform.The password for authentication with CyberArk Conjur.The secret ID to retrieve from CyberArk Conjur.The CyberArk Conjur instance URL.The username for authentication with CyberArk Conjur.CyberarkVaultComponentBuilderFactory.CyberarkVaultComponentBuilder.verifySsl(boolean verifySsl) Whether to verify SSL certificates when connecting to CyberArk Conjur.