Searched refs:toJSON (Results 1 - 25 of 40) sorted by relevance

12

/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/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/workflow/
H A DProcessDefinitionView.js42 this.data.processDefinition = this.model.toJSON();
H A DProcessInstanceView.js81 this.data.processInstance = this.model.toJSON();
93 this.data.processDefinition = processDefinition.toJSON();
94 this.data.startedBy = startedBy.toJSON();
H A DTaskInstanceView.js55 this.data.task = this.model.toJSON();
68 this.data.process = process.toJSON();
69 this.data.assignee = assignee.toJSON();
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/processes/customview/
H A DSendNotificationProcess.js38 this.data.loggedUser = conf.loggedUser.toJSON();
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DResourceAttributeUtilTest.java47 String result = util.toJSON(attribute);
76 ResourceAttribute result = util.fromJSON(util.toJSON(attribute));
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DResourceAttributeUtilTest.java47 String result = util.toJSON(attribute);
76 ResourceAttribute result = util.fromJSON(util.toJSON(attribute));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/
H A DUserModel.js81 _.chain(this.toJSON())
118 return model.toJSON();
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/models/
H A DJSONValuesTest.js138 describe("#toJSON", () => {
153 }).toJSON();
167 }).toJSON();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DAuthenticationService.js80 data: new JSONValues(data).toJSON()
/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
H A DXACMLSchemaFactory.java88 attributeValue.getContent().add(resourceAttributeUtil.toJSON(resourceAttribute));
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/
H A DUserModel.js81 _.chain(this.toJSON())
118 return model.toJSON();
/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
H A DXACMLSchemaFactory.java88 attributeValue.getContent().add(resourceAttributeUtil.toJSON(resourceAttribute));
/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
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/share/
H A DCommonShare.js156 this.data.scopes = this.parentModel.get("scopes").toJSON();
158 this.data.permissions = collection.toJSON();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementListener.java61 public JSONObject toJSON() throws JSONException { method in class:EntitlementListener
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/share/
H A DCommonShare.js150 this.data.scopes = this.parentModel.get("scopes").toJSON();
152 this.data.permissions = collection.toJSON();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/models/
H A DJSONValues.js162 toJSON () {
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DListenerResource.java113 listener.toJSON());
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DListenerResource.java113 listener.toJSON());
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/realm/
H A DServicesService.js97 data: new JSONValues(data).toJSON()
105 data: new JSONValues(data).toJSON()
/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

Completed in 90 milliseconds

12