+ +
+ +

Class CyberarkPAMStore

+
+
java.lang.Object +
com.strongdm.api.CyberarkPAMStore
+
+
+
+
All Implemented Interfaces:
+
SecretStore
+
+
+
public class CyberarkPAMStore +extends Object +implements SecretStore
+
CyberarkPAMStore is currently unstable, and its API may change, or it may be removed, + without a major version bump.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CyberarkPAMStore

      +
      public CyberarkPAMStore()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getAppURL

      +
      public String getAppURL()
      +
      +
    • +
    • +
      +

      setAppURL

      +
      public void setAppURL(String in)
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    • +
      +

      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
      +
      +
      +
    • +
    +
    +
  • +
+
+ +