Class ProxyClusterKey

java.lang.Object
com.strongdm.api.ProxyClusterKey

public class ProxyClusterKey extends Object
Proxy Cluster Keys are authentication keys for all proxies within a cluster. The proxies within a cluster share the same key. One cluster can have multiple keys in order to facilitate key rotation.
  • Constructor Details

    • ProxyClusterKey

      public ProxyClusterKey()
  • Method Details

    • getCreatedAt

      public Date getCreatedAt()
      The timestamp when this key was created.
    • setCreatedAt

      public void setCreatedAt(Date in)
      The timestamp when this key was created.
    • getId

      public String getId()
      Unique identifier of the Relay.
    • setId

      public void setId(String in)
      Unique identifier of the Relay.
    • getLastUsedAt

      public Date getLastUsedAt()
      The timestamp when this key was last used, if at all.
    • setLastUsedAt

      public void setLastUsedAt(Date in)
      The timestamp when this key was last used, if at all.
    • getProxyClusterId

      public String getProxyClusterId()
      The ID of the proxy cluster which this key authenticates to.
    • setProxyClusterId

      public void setProxyClusterId(String in)
      The ID of the proxy cluster which this key authenticates to.