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 final String
    The attribute key used when referencing the value that represents a resource's unique identifier.
    static final String
    The attribute key used when referencing the value that represents a resource's last modified time.
    static final String
    The attribute key used when referencing the value that represents a resource's creation time.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ID

      public static final String ID
      The attribute key used when referencing the value that represents a resource's unique identifier.
      See Also:
    • 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:
    • 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:
  • Constructor Details

    • Constants

      public Constants()