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.
  • Constructor Details

    • CyberArkVaultConfiguration

      public CyberArkVaultConfiguration()
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

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

      public String getAccount()
    • setAccount

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

      public String getUsername()
    • setUsername

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

      public String getPassword()
    • setPassword

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

      public String getApiKey()
    • setApiKey

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

      public String getAuthToken()
    • setAuthToken

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

      public boolean isVerifySsl()
    • setVerifySsl

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

      public String getCertificatePath()
    • setCertificatePath

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

      public String getSecrets()
    • setSecrets

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