Class VaultTLSStore

java.lang.Object
com.strongdm.api.VaultTLSStore
All Implemented Interfaces:
SecretStore

public class VaultTLSStore extends Object implements SecretStore
  • Constructor Details

    • VaultTLSStore

      public VaultTLSStore()
  • Method Details

    • getCACertPath

      public String getCACertPath()
      A path to a CA file accessible by a Node
    • setCACertPath

      public void setCACertPath(String in)
      A path to a CA file accessible by a Node
    • getClientCertPath

      public String getClientCertPath()
      A path to a client certificate file accessible by a Node
    • setClientCertPath

      public void setClientCertPath(String in)
      A path to a client certificate file accessible by a Node
    • getClientKeyPath

      public String getClientKeyPath()
      A path to a client key file accessible by a Node
    • setClientKeyPath

      public void setClientKeyPath(String in)
      A path to a client key file accessible by a Node
    • getId

      public String getId()
      Unique identifier of the SecretStore.
      Specified by:
      getId in interface SecretStore
    • setId

      public void setId(String in)
      Unique identifier of the SecretStore.
    • getName

      public String getName()
      Unique human-readable name of the SecretStore.
      Specified by:
      getName in interface SecretStore
    • setName

      public void setName(String in)
      Unique human-readable name of the SecretStore.
      Specified by:
      setName in interface SecretStore
    • getNamespace

      public String getNamespace()
      The namespace to make requests within
    • setNamespace

      public void setNamespace(String in)
      The namespace to make requests within
    • getServerAddress

      public String getServerAddress()
      The URL of the Vault to target
    • setServerAddress

      public void setServerAddress(String in)
      The URL of the Vault to target
    • getTags

      public Map<String,String> getTags()
      Tags is a map of key, value pairs.
      Specified by:
      getTags in interface SecretStore
    • setTags

      public void setTags(Map<String,String> in)
      Tags is a map of key, value pairs.
      Specified by:
      setTags in interface SecretStore