Package com.strongdm.api
Class ProxyClusterKey
java.lang.Object
com.strongdm.api.ProxyClusterKey
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when this key was created.getId()
Unique identifier of the Relay.The timestamp when this key was last used, if at all.The ID of the proxy cluster which this key authenticates to.void
setCreatedAt
(Date in) The timestamp when this key was created.void
Unique identifier of the Relay.void
setLastUsedAt
(Date in) The timestamp when this key was last used, if at all.void
The ID of the proxy cluster which this key authenticates to.
-
Constructor Details
-
ProxyClusterKey
public ProxyClusterKey()
-
-
Method Details
-
getCreatedAt
The timestamp when this key was created. -
setCreatedAt
The timestamp when this key was created. -
getId
Unique identifier of the Relay. -
setId
Unique identifier of the Relay. -
getLastUsedAt
The timestamp when this key was last used, if at all. -
setLastUsedAt
The timestamp when this key was last used, if at all. -
getProxyClusterId
The ID of the proxy cluster which this key authenticates to. -
setProxyClusterId
The ID of the proxy cluster which this key authenticates to.
-