Package org.apache.syncope.common.lib.wa
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>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAlways ask for consent.Ask for consent when there is modification in one of the attribute names or if consent is expired.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 Summary
Modifier and TypeMethodDescriptionintgetValue()Returns the enum constant of this class with the specified name.static WAConsentDecision.ReminderOptions[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALWAYS
Always ask for consent. -
ATTRIBUTE_NAME
Ask for consent when there is modification in one of the attribute names or if consent is expired. -
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
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
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 nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-