Package com.pingidentity.sdk.provision
Class Constants
- java.lang.Object
-
- com.pingidentity.sdk.provision.Constants
-
public class Constants extends Object
Constants definitions represent keywords meaningful to the SDK and the PingFederate runtime pieces interacting with the plugin implementation.- Since:
- 7.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDThe attribute key used when referencing the value that represents a resource's unique identifier.static StringWHEN_CHANGEDThe attribute key used when referencing the value that represents a resource's last modified time.static StringWHEN_CREATEDThe attribute key used when referencing the value that represents a resource's creation time.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
ID
public static final String ID
The attribute key used when referencing the value that represents a resource's unique identifier.- See Also:
- Constant Field Values
-
WHEN_CREATED
public static final String WHEN_CREATED
The attribute key used when referencing the value that represents a resource's creation time.- See Also:
- Constant Field Values
-
WHEN_CHANGED
public static final String WHEN_CHANGED
The attribute key used when referencing the value that represents a resource's last modified time.- See Also:
- Constant Field Values
-
-