Class DelineaStore

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

public class DelineaStore extends Object implements SecretStore
  • Constructor Details

    • DelineaStore

      public DelineaStore()
  • 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.
    • 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
    • getServerUrl

      public String getServerUrl()
      The URL of the Delinea instance
    • setServerUrl

      public void setServerUrl(String in)
      The URL of the Delinea instance
    • 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
    • getTenantName

      public String getTenantName()
      The tenant name to target
    • setTenantName

      public void setTenantName(String in)
      The tenant name to target