Class ClaimRequirement
- java.lang.Object
-
- org.apache.cxf.jaxrs.json.basic.JsonMapObject
-
- org.apache.cxf.rs.security.oidc.common.ClaimRequirement
-
- All Implemented Interfaces:
Serializable
public class ClaimRequirement extends JsonMapObject
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringESSENTIAL_PROPERTYstatic StringVALUE_PROPERTYstatic StringVALUES_PROPERTY
-
Constructor Summary
Constructors Constructor Description ClaimRequirement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetEssential()StringgetValue()List<String>getValues()voidsetEssential(Boolean essential)voidsetValue(String value)voidsetValues(List<String> values)-
Methods inherited from class org.apache.cxf.jaxrs.json.basic.JsonMapObject
asMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getJsonMapProperty, getListMapProperty, getListStringProperty, getLongProperty, getMapProperty, getProperty, getStringProperty, getUpdateCount, hashCode, removeProperty, setProperty, size
-
-
-
-
Field Detail
-
ESSENTIAL_PROPERTY
public static final String ESSENTIAL_PROPERTY
- See Also:
- Constant Field Values
-
VALUE_PROPERTY
public static final String VALUE_PROPERTY
- See Also:
- Constant Field Values
-
VALUES_PROPERTY
public static final String VALUES_PROPERTY
- See Also:
- Constant Field Values
-
-