Class CyberArkVaultConfiguration

java.lang.Object
org.apache.camel.vault.VaultConfiguration
org.apache.camel.vault.CyberArkVaultConfiguration

public class CyberArkVaultConfiguration extends VaultConfiguration
Configuration for access to CyberArk Conjur Vault.
Since:
4.17
  • Constructor Details

    • CyberArkVaultConfiguration

      public CyberArkVaultConfiguration()
  • Method Details

    • getUrl

      public @Nullable String getUrl()
    • setUrl

      public void setUrl(@Nullable String url)
      The CyberArk Conjur instance URL
    • getAccount

      public @Nullable String getAccount()
    • setAccount

      public void setAccount(@Nullable String account)
      The CyberArk Conjur account name
    • getUsername

      public @Nullable String getUsername()
    • setUsername

      public void setUsername(@Nullable String username)
      The username for authentication
    • getPassword

      public @Nullable String getPassword()
    • setPassword

      public void setPassword(@Nullable String password)
      The password for authentication
    • getApiKey

      public @Nullable String getApiKey()
    • setApiKey

      public void setApiKey(@Nullable String apiKey)
      The API key for authentication
    • getAuthToken

      public @Nullable String getAuthToken()
    • setAuthToken

      public void setAuthToken(@Nullable String authToken)
      Pre-authenticated token to use
    • isVerifySsl

      public boolean isVerifySsl()
    • setVerifySsl

      public void setVerifySsl(boolean verifySsl)
      Whether to verify SSL certificates
    • getCertificatePath

      public @Nullable String getCertificatePath()
    • setCertificatePath

      public void setCertificatePath(@Nullable String certificatePath)
      Path to the SSL certificate for verification
    • getSecrets

      public @Nullable String getSecrets()
    • setSecrets

      public void setSecrets(@Nullable String secrets)
      Specify the secret names (or pattern) to check for updates. Multiple secrets can be separated by comma.