Package org.gluu.oxauth.model.authorize
Class ClaimValue
java.lang.Object
org.gluu.oxauth.model.authorize.ClaimValue
- Author:
- Javier Rojas Blum Date: 03.09.2012
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimValuecreateEssential(boolean essentialValue) static ClaimValuestatic ClaimValuecreateSingleValue(String value) static ClaimValuecreateValueList(List<String> values) getValue()voidsetEssential(Boolean essential) org.json.JSONObject
-
Method Details
-
createNull
-
createEssential
-
createValueList
-
createSingleValue
-
getEssential
-
setEssential
-
getClaimValueType
-
getValues
-
getValue
-
getValueAsString
-
toJSONObject
public org.json.JSONObject toJSONObject() throws org.json.JSONException- Throws:
org.json.JSONException
-