Class ClaimValue
java.lang.Object
io.jans.as.client.model.authorize.ClaimValue
- Author:
- Javier Rojas Blum Date: 03.07.2012
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimValue
createEssential
(boolean essentialValue) static ClaimValue
static ClaimValue
createSingleValue
(String value) static ClaimValue
createValueList
(String[] values) org.json.JSONObject
-
Method Details
-
createNull
-
createEssential
-
createValueList
-
createSingleValue
-
toJSONObject
public org.json.JSONObject toJSONObject() throws org.json.JSONException- Throws:
org.json.JSONException
-