Searched refs:JSON (Results 1 - 25 of 98) sorted by relevance

1234

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/model/
H A DCommonType.java38 JSON(), XML(); enum constant in enum:CommonType
H A DContentType.java37 JSON_HOME("application/json-home", CommonType.JSON),
38 JSON("application/json", CommonType.JSON), enum constant in enum:ContentType
40 XACML_PLUS_JSON("application/xacml+json", CommonType.JSON),
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/model/
H A DCommonType.java38 JSON(), XML(); enum constant in enum:CommonType
H A DContentType.java37 JSON_HOME("application/json-home", CommonType.JSON),
38 JSON("application/json", CommonType.JSON), enum constant in enum:ContentType
40 XACML_PLUS_JSON("application/xacml+json", CommonType.JSON),
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/models/
H A DJSONValuesTest.js170 it("returns an JSON string", () => {
172 expect(JSON.parse(values)).to.not.throw;
176 expect(JSON.parse(values)).to.contain.keys("globalValue");
180 expect(JSON.parse(values)).to.contain.keys("defaults");
181 expect(JSON.parse(values).defaults).to.contain.keys("defaultsSimple");
185 expect(JSON.parse(values)).to.contain.keys("_id");
189 expect(JSON.parse(values)).to.contain.keys("_type");
194 expect(JSON.parse(valueWithDefaultsCollectionProperties))
199 expect(JSON.parse(valueWithDefaultsCollectionProperties).defaults)
201 expect(JSON
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/test/js/
H A DAdaptiveAuthInfoGatheringTest.js56 console.log(JSON.stringify(result, undefined, 2));
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DListenerResource.java67 throw getWebApplicationException(headers, e, MimeType.JSON);
69 throw getWebApplicationException(e, MimeType.JSON);
71 throw getWebApplicationException(headers, e, MimeType.JSON);
88 throw getWebApplicationException(headers, e, MimeType.JSON);
90 throw getWebApplicationException(e, MimeType.JSON);
92 throw getWebApplicationException(headers, e, MimeType.JSON);
115 throw getWebApplicationException(e, MimeType.JSON);
117 throw getWebApplicationException(headers, e, MimeType.JSON);
119 throw getWebApplicationException(headers, e, MimeType.JSON);
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DListenerResource.java67 throw getWebApplicationException(headers, e, MimeType.JSON);
69 throw getWebApplicationException(e, MimeType.JSON);
71 throw getWebApplicationException(headers, e, MimeType.JSON);
88 throw getWebApplicationException(headers, e, MimeType.JSON);
90 throw getWebApplicationException(e, MimeType.JSON);
92 throw getWebApplicationException(headers, e, MimeType.JSON);
115 throw getWebApplicationException(e, MimeType.JSON);
117 throw getWebApplicationException(headers, e, MimeType.JSON);
119 throw getWebApplicationException(headers, e, MimeType.JSON);
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/json2/json2/1.0/
H A Djson2-1.0.js9 See http://www.JSON.org/js.html
19 This file creates a global JSON object containing two methods: stringify
22 JSON.stringify(value, replacer, space)
36 This method produces a JSON text from a JavaScript value.
73 Values that do not have JSON representations, such as undefined or
76 a replacer function to replace those with JSON values.
77 JSON.stringify(undefined) returns undefined.
89 text = JSON.stringify(['e', {pluribus: 'unum'}]);
93 text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t');
96 text = JSON
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/delegates/
H A DScriptsDelegate.js38 data: JSON.stringify(data),
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/delegates/
H A DExternalAccessDelegate.js38 data: JSON.stringify(restDetails)
H A DSchedulerDelegate.js44 data: JSON.stringify(schedule)
59 data: JSON.stringify(schedule)
H A DConnectorDelegate.js42 data: JSON.stringify(connectorParams)
56 data: JSON.stringify(connectorParams),
H A DScriptDelegate.js40 data: JSON.stringify(script),
H A DSecurityDelegate.js54 data: JSON.stringify({"cert":cert, "alias": alias})
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/realm/
H A DScriptsService.js40 data: JSON.stringify(data),
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/script/
H A DonUpdate-user-custom.js41 || (!matchHashed && JSON.stringify(newValue) !== JSON.stringify(oldValue))) {
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/rest/
H A DPrivilegeResource.java87 throw getWebApplicationException(e, MimeType.JSON);
90 throw getWebApplicationException(headers, e, MimeType.JSON);
93 throw getWebApplicationException(headers, e, MimeType.JSON);
114 throw getWebApplicationException(e, MimeType.JSON);
118 throw getWebApplicationException(headers, e, MimeType.JSON);
122 throw getWebApplicationException(headers, e, MimeType.JSON);
145 throw getWebApplicationException(e, MimeType.JSON);
149 throw getWebApplicationException(headers, e, MimeType.JSON);
153 throw getWebApplicationException(headers, e, MimeType.JSON);
175 throw getWebApplicationException(e, MimeType.JSON);
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/rest/
H A DPrivilegeResource.java87 throw getWebApplicationException(e, MimeType.JSON);
90 throw getWebApplicationException(headers, e, MimeType.JSON);
93 throw getWebApplicationException(headers, e, MimeType.JSON);
114 throw getWebApplicationException(e, MimeType.JSON);
118 throw getWebApplicationException(headers, e, MimeType.JSON);
122 throw getWebApplicationException(headers, e, MimeType.JSON);
145 throw getWebApplicationException(e, MimeType.JSON);
149 throw getWebApplicationException(headers, e, MimeType.JSON);
153 throw getWebApplicationException(headers, e, MimeType.JSON);
175 throw getWebApplicationException(e, MimeType.JSON);
[all...]
/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js208 logger.message("StringComparator.compare:currentValue: " + JSON.stringify(currentValue));
209 logger.message("StringComparator.compare:storedValue: " + JSON.stringify(storedValue));
210 logger.message("StringComparator.compare:config: " + JSON.stringify(config));
248 logger.message("ScreenComparator.compare:currentValue: " + JSON.stringify(currentValue));
249 logger.message("ScreenComparator.compare:storedValue: " + JSON.stringify(storedValue));
250 logger.message("ScreenComparator.compare:config: " + JSON.stringify(config));
294 logger.message("MultiValueComparator.compare:currentValue: " + JSON.stringify(currentValue));
295 logger.message("MultiValueComparator.compare:storedValue: " + JSON.stringify(storedValue));
296 logger.message("MultiValueComparator.compare:config: " + JSON.stringify(config));
364 logger.message("UserAgentComparator.compare:currentValue: " + JSON
[all...]
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js208 logger.message("StringComparator.compare:currentValue: " + JSON.stringify(currentValue));
209 logger.message("StringComparator.compare:storedValue: " + JSON.stringify(storedValue));
210 logger.message("StringComparator.compare:config: " + JSON.stringify(config));
248 logger.message("ScreenComparator.compare:currentValue: " + JSON.stringify(currentValue));
249 logger.message("ScreenComparator.compare:storedValue: " + JSON.stringify(storedValue));
250 logger.message("ScreenComparator.compare:config: " + JSON.stringify(config));
294 logger.message("MultiValueComparator.compare:currentValue: " + JSON.stringify(currentValue));
295 logger.message("MultiValueComparator.compare:storedValue: " + JSON.stringify(storedValue));
296 logger.message("MultiValueComparator.compare:config: " + JSON.stringify(config));
364 logger.message("UserAgentComparator.compare:currentValue: " + JSON
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/js/org/forgerock/openam/extensions/authmodules/adaptivedeviceprint/
H A DAdaptiveDevicePrintCtrl.js59 obj.view.getDevicePrintInfoInput().val(JSON.stringify(info));
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/delegates/
H A DOpenAMProxyDelegate.js49 data: JSON.stringify({
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedrest2dj/tools/
H A DTestScript.groovy31 import static groovyx.net.http.ContentType.JSON
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DSessionsService.jsm41 data: JSON.stringify({ sessionHandles: handles })

Completed in 39 milliseconds

1234