Package com.pingidentity.sdk.provision
Class Constants
java.lang.Object
com.pingidentity.sdk.provision.Constants
Constants definitions represent keywords meaningful to the SDK
and the PingFederate runtime pieces interacting with the plugin
implementation.
- Since:
- 7.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe attribute key used when referencing the value that represents a resource's unique identifier.static final StringThe attribute key used when referencing the value that represents a resource's last modified time.static final StringThe attribute key used when referencing the value that represents a resource's creation time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID
The attribute key used when referencing the value that represents a resource's unique identifier.- See Also:
-
WHEN_CREATED
The attribute key used when referencing the value that represents a resource's creation time.- See Also:
-
WHEN_CHANGED
The attribute key used when referencing the value that represents a resource's last modified time.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-