Class VaultAppRoleCertX509Store

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

public class VaultAppRoleCertX509Store extends Object implements SecretStore
  • Constructor Details

    • VaultAppRoleCertX509Store

      public VaultAppRoleCertX509Store()
  • Method Details

    • 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.
    • getIssuedCertTTLMinutes

      public int getIssuedCertTTLMinutes()
      The lifetime of certificates issued by this CA in minutes. Recommended value is 5.
    • setIssuedCertTTLMinutes

      public void setIssuedCertTTLMinutes(int in)
      The lifetime of certificates issued by this CA in minutes. Recommended value is 5.
    • 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
    • getPkiMountPoint

      public String getPkiMountPoint()
      The mount point of the PKI engine configured with the desired CA
    • setPkiMountPoint

      public void setPkiMountPoint(String in)
      The mount point of the PKI engine configured with the desired CA
    • getServerAddress

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

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

      public String getSigningRole()
      The signing role to be used for signing certificates
    • setSigningRole

      public void setSigningRole(String in)
      The signing role to be used for signing certificates
    • 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