Searched defs:JSONEntitlement (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJSONEntitlement.java25 * $Id: JSONEntitlement.java,v 1.3 2009/11/12 18:37:38 veiming Exp $
41 public class JSONEntitlement { class
54 public JSONEntitlement(String resourceName, method in class:JSONEntitlement
70 public JSONEntitlement(JSONObject jo) throws JSONException { method in class:JSONEntitlement
118 public static List<JSONEntitlement> getEntitlements(JSONObject jo)
124 List<JSONEntitlement> results = new ArrayList<JSONEntitlement>();
128 results.add(new JSONEntitlement(array.getJSONObject(i)));
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJSONEntitlement.java25 * $Id: JSONEntitlement.java,v 1.3 2009/11/12 18:37:38 veiming Exp $
41 public class JSONEntitlement { class
54 public JSONEntitlement(String resourceName, method in class:JSONEntitlement
70 public JSONEntitlement(JSONObject jo) throws JSONException { method in class:JSONEntitlement
118 public static List<JSONEntitlement> getEntitlements(JSONObject jo)
124 List<JSONEntitlement> results = new ArrayList<JSONEntitlement>();
128 results.add(new JSONEntitlement(array.getJSONObject(i)));

Completed in 29 milliseconds