Package com.pingidentity.access
Class ClusterAccessor
java.lang.Object
com.pingidentity.access.ClusterAccessor
This class provides access to cluster information.
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic intRetrieves the server node index.Retrieves the node tags associated with this PingFederate node
-
Method Details
-
getNodeIndex
public static int getNodeIndex()Retrieves the server node index.- Returns:
- an integer between 0 and 65535.
- Since:
- 7.0
-
getNodeTags
Retrieves the node tags associated with this PingFederate node- Returns:
- a list of string tags associated with this PingFederate node.
- Since:
- 10.0
-