Searched defs:toJSON (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/json2/json2/1.0/
H A Djson2-1.0.js38 When an object value is found, if the object contains a toJSON
39 method, its toJSON method will be called and the result will be
40 stringified. A toJSON method does not serialize: it returns the
42 or undefined if nothing should be serialized. The toJSON method
48 Date.prototype.toJSON = function (key) {
155 test, toJSON, toString, valueOf
174 if (typeof Date.prototype.toJSON !== 'function') {
176 Date.prototype.toJSON = function (key) {
188 String.prototype.toJSON =
189 Number.prototype.toJSON
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DResourceAttributeUtil.java60 public String toJSON(ResourceAttribute attribute) throws EntitlementException { method in class:ResourceAttributeUtil
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DResourceAttributeUtil.java60 public String toJSON(ResourceAttribute attribute) throws EntitlementException { method in class:ResourceAttributeUtil
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementListener.java61 public JSONObject toJSON() throws JSONException { method in class:EntitlementListener
H A DReferralPrivilege.java369 return toJSON();
372 public String toJSON() { method in class:ReferralPrivilege
392 PolicyConstants.DEBUG.error("ReferralPrivilege.toJSON", ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementListener.java61 public JSONObject toJSON() throws JSONException { method in class:EntitlementListener
H A DReferralPrivilege.java381 return toJSON();
384 public String toJSON() { method in class:ReferralPrivilege
404 PolicyConstants.DEBUG.error("ReferralPrivilege.toJSON", ex);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java514 response.getOutputStream().println(toJSON(prettyPrint, re));
536 private String toJSON(boolean prettyPrint, ResourceException re) method in class:CollectClientConnectionsFilter
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java502 response.getOutputStream().println(toJSON(prettyPrint, re));
524 private String toJSON(boolean prettyPrint, ResourceException re) method in class:CollectClientConnectionsFilter
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java503 response.getOutputStream().println(toJSON(prettyPrint, re));
525 private String toJSON(boolean prettyPrint, ResourceException re) method in class:CollectClientConnectionsFilter
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java514 response.getOutputStream().println(toJSON(prettyPrint, re));
536 private String toJSON(boolean prettyPrint, ResourceException re) method in class:CollectClientConnectionsFilter
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java502 response.getOutputStream().println(toJSON(prettyPrint, re));
524 private String toJSON(boolean prettyPrint, ResourceException re) method in class:CollectClientConnectionsFilter

Completed in 46 milliseconds