Searched defs:toJSONObject (Results 26 - 50 of 54) sorted by relevance

123

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthLevelCondition.java282 private JSONObject toJSONObject() throws JSONException { method in class:AuthLevelCondition
284 toJSONObject(jo);
296 s = toJSONObject().toString(2);
H A DAuthenticateToServiceCondition.java188 private JSONObject toJSONObject() throws JSONException { method in class:AuthenticateToServiceCondition
190 toJSONObject(jo);
202 s = toJSONObject().toString(2);
H A DOAuth2ScopeCondition.java165 private JSONObject toJSONObject() throws JSONException { method in class:OAuth2ScopeCondition
167 toJSONObject(jo);
183 s = toJSONObject().toString(2);
H A DSessionCondition.java197 private JSONObject toJSONObject() throws JSONException { method in class:SessionCondition
199 toJSONObject(jo);
212 s = toJSONObject().toString(2);
H A DSessionPropertyCondition.java218 private JSONObject toJSONObject() throws JSONException { method in class:SessionPropertyCondition
220 toJSONObject(jo);
242 s = toJSONObject().toString(2);
H A DAuthSchemeCondition.java337 private JSONObject toJSONObject() throws JSONException { method in class:AuthSchemeCondition
339 toJSONObject(jo);
353 s = toJSONObject().toString(2);
H A DIPvXCondition.java461 private JSONObject toJSONObject() throws JSONException { method in class:IPvXCondition
463 toJSONObject(jo);
487 s = toJSONObject().toString(2);
H A DResourceEnvIPCondition.java908 private JSONObject toJSONObject() throws JSONException { method in class:ResourceEnvIPCondition
910 toJSONObject(jo);
922 s = toJSONObject().toString(2);
H A DSimpleTimeCondition.java506 private JSONObject toJSONObject() throws JSONException { method in class:SimpleTimeCondition
508 toJSONObject(jo);
526 s = toJSONObject().toString(2);
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/unittest/
H A DUtil.java122 public static List<JSONObject> toJSONObject(List<String> list, String objName) method in class:Util
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
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/opensso/
H A DOpenSSOPrivilege.java218 public JSONObject toJSONObject() throws JSONException { method in class:OpenSSOPrivilege
219 JSONObject jo = super.toJSONObject();
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
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/org/forgerock/openam/entitlement/conditions/environment/
H A DAMIdentityMembershipCondition.java233 private JSONObject toJSONObject() throws JSONException { method in class:AMIdentityMembershipCondition
235 toJSONObject(jo);
251 s = toJSONObject().toString(2);
H A DAuthLevelCondition.java276 private JSONObject toJSONObject() throws JSONException { method in class:AuthLevelCondition
278 toJSONObject(jo);
290 s = toJSONObject().toString(2);
H A DAuthenticateToServiceCondition.java188 private JSONObject toJSONObject() throws JSONException { method in class:AuthenticateToServiceCondition
190 toJSONObject(jo);
202 s = toJSONObject().toString(2);
H A DOAuth2ScopeCondition.java165 private JSONObject toJSONObject() throws JSONException { method in class:OAuth2ScopeCondition
167 toJSONObject(jo);
183 s = toJSONObject().toString(2);
H A DSessionCondition.java197 private JSONObject toJSONObject() throws JSONException { method in class:SessionCondition
199 toJSONObject(jo);
212 s = toJSONObject().toString(2);
H A DSessionPropertyCondition.java218 private JSONObject toJSONObject() throws JSONException { method in class:SessionPropertyCondition
220 toJSONObject(jo);
242 s = toJSONObject().toString(2);
H A DAuthSchemeCondition.java337 private JSONObject toJSONObject() throws JSONException { method in class:AuthSchemeCondition
339 toJSONObject(jo);
353 s = toJSONObject().toString(2);
H A DIPvXCondition.java461 private JSONObject toJSONObject() throws JSONException { method in class:IPvXCondition
463 toJSONObject(jo);
487 s = toJSONObject().toString(2);
H A DResourceEnvIPCondition.java907 private JSONObject toJSONObject() throws JSONException { method in class:ResourceEnvIPCondition
909 toJSONObject(jo);
921 s = toJSONObject().toString(2);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/unittest/
H A DUtil.java122 public static List<JSONObject> toJSONObject(List<String> list, String objName) method in class:Util
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlement.java569 JSONObject jo = toJSONObject();
582 public JSONObject toJSONObject() throws JSONException { method in class:Entitlement

Completed in 82 milliseconds

123