Enum Class WAConsentDecision.ReminderOptions

java.lang.Object
java.lang.Enum<WAConsentDecision.ReminderOptions>
org.apache.syncope.common.lib.wa.WAConsentDecision.ReminderOptions
All Implemented Interfaces:
Serializable, Comparable<WAConsentDecision.ReminderOptions>, Constable
Enclosing class:
WAConsentDecision

public static enum WAConsentDecision.ReminderOptions extends Enum<WAConsentDecision.ReminderOptions>
  • Enum Constant Details

    • ALWAYS

      public static final WAConsentDecision.ReminderOptions ALWAYS
      Always ask for consent.
    • ATTRIBUTE_NAME

      public static final WAConsentDecision.ReminderOptions ATTRIBUTE_NAME
      Ask for consent when there is modification in one of the attribute names or if consent is expired.
    • ATTRIBUTE_VALUE

      public static final WAConsentDecision.ReminderOptions ATTRIBUTE_VALUE
      Ask for consent when there is modification in one of the attribute names, the values contain inside the attributes or if consent is expired.
  • Method Details

    • values

      public static WAConsentDecision.ReminderOptions[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WAConsentDecision.ReminderOptions valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()