Searched defs:toJSONObject (Results 1 - 25 of 54) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementConditionAdaptor.java72 protected void toJSONObject(JSONObject jo) method in class:EntitlementConditionAdaptor
H A DLogicalCondition.java188 public JSONObject toJSONObject() throws JSONException { method in class:LogicalCondition
190 toJSONObject(jo);
212 JSONObject jo = toJSONObject();
H A DLogicalSubject.java165 public JSONObject toJSONObject() throws JSONException { method in class:LogicalSubject
190 JSONObject jo = toJSONObject();
H A DNotCondition.java238 public JSONObject toJSONObject() throws JSONException { method in class:NotCondition
240 toJSONObject(jo);
261 JSONObject jo = toJSONObject();
H A DStaticAttributes.java107 return toJSONObject().toString();
138 private JSONObject toJSONObject() throws JSONException { method in class:StaticAttributes
154 s = toJSONObject().toString(2);
H A DUserAttributes.java118 return toJSONObject().toString();
150 public JSONObject toJSONObject() throws JSONException { method in class:UserAttributes
167 s = toJSONObject().toString(2);
H A DNotSubject.java228 public JSONObject toJSONObject() throws JSONException { method in class:NotSubject
250 JSONObject jo = toJSONObject();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementConditionAdaptor.java72 protected void toJSONObject(JSONObject jo) method in class:EntitlementConditionAdaptor
H A DLogicalCondition.java188 public JSONObject toJSONObject() throws JSONException { method in class:LogicalCondition
190 toJSONObject(jo);
212 JSONObject jo = toJSONObject();
H A DLogicalSubject.java165 public JSONObject toJSONObject() throws JSONException { method in class:LogicalSubject
190 JSONObject jo = toJSONObject();
H A DNotCondition.java238 public JSONObject toJSONObject() throws JSONException { method in class:NotCondition
240 toJSONObject(jo);
261 JSONObject jo = toJSONObject();
H A DStaticAttributes.java107 return toJSONObject().toString();
138 private JSONObject toJSONObject() throws JSONException { method in class:StaticAttributes
154 s = toJSONObject().toString(2);
H A DUserAttributes.java118 return toJSONObject().toString();
150 public JSONObject toJSONObject() throws JSONException { method in class:UserAttributes
167 s = toJSONObject().toString(2);
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJSONEntitlement.java102 public JSONObject toJSONObject() throws JSONException { method in class:JSONEntitlement
H A DEntitlementSubjectImpl.java107 public JSONObject toJSONObject() throws JSONException { method in class:EntitlementSubjectImpl
126 s = toJSONObject().toString(2);
H A DAttributeLookupCondition.java242 public JSONObject toJSONObject() throws JSONException { method in class:AttributeLookupCondition
244 toJSONObject(jo);
324 s = toJSONObject().toString(2);
H A DAttributeSubject.java161 public JSONObject toJSONObject() throws JSONException { method in class:AttributeSubject
180 s = toJSONObject().toString(2);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DJSONEntitlement.java102 public JSONObject toJSONObject() throws JSONException { method in class:JSONEntitlement
H A DEntitlementSubjectImpl.java107 public JSONObject toJSONObject() throws JSONException { method in class:EntitlementSubjectImpl
126 s = toJSONObject().toString(2);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthenticateToRealmCondition.java149 private JSONObject toJSONObject() throws JSONException { method in class:AuthenticateToRealmCondition
151 toJSONObject(jo);
163 s = toJSONObject().toString(2);
H A DLDAPFilterCondition.java107 private JSONObject toJSONObject() throws JSONException { method in class:LDAPFilterCondition
109 toJSONObject(jo);
121 s = toJSONObject().toString(2);
H A DAMIdentityMembershipCondition.java233 private JSONObject toJSONObject() throws JSONException { method in class:AMIdentityMembershipCondition
235 toJSONObject(jo);
251 s = toJSONObject().toString(2);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthenticateToRealmCondition.java149 private JSONObject toJSONObject() throws JSONException { method in class:AuthenticateToRealmCondition
151 toJSONObject(jo);
163 s = toJSONObject().toString(2);
H A DLDAPFilterCondition.java107 private JSONObject toJSONObject() throws JSONException { method in class:LDAPFilterCondition
109 toJSONObject(jo);
121 s = toJSONObject().toString(2);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOPrivilege.java217 public JSONObject toJSONObject() throws JSONException { method in class:OpenSSOPrivilege
218 JSONObject jo = super.toJSONObject();

Completed in 110 milliseconds

123