Class ClaimValue
- java.lang.Object
-
- io.jans.as.client.model.authorize.ClaimValue
-
public class ClaimValue extends Object
- Author:
- Javier Rojas Blum Date: 03.07.2012
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClaimValuecreateEssential(boolean essentialValue)static ClaimValuecreateNull()static ClaimValuecreateSingleValue(String value)static ClaimValuecreateValueList(String[] values)org.json.JSONObjecttoJSONObject()
-
-
-
Method Detail
-
createNull
public static ClaimValue createNull()
-
createEssential
public static ClaimValue createEssential(boolean essentialValue)
-
createValueList
public static ClaimValue createValueList(String[] values)
-
createSingleValue
public static ClaimValue createSingleValue(String value)
-
toJSONObject
public org.json.JSONObject toJSONObject() throws org.json.JSONException- Throws:
org.json.JSONException
-
-