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

      • Constants

        public Constants()