Searched refs:JsonObject (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJsonArray.java28 private final JsonObject jsonObject;
37 public JsonArray(JsonObject jsonObject, String key) {
59 public JsonObject addLast(Object value) {
69 public JsonObject build() {
H A DJsonObject.java27 public class JsonObject { class
38 public JsonObject put(String key, Object value) {
H A DJsonValueBuilder.java43 public static JsonObject jsonValue() {
44 return new JsonObject();
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJsonArray.java28 private final JsonObject jsonObject;
37 public JsonArray(JsonObject jsonObject, String key) {
59 public JsonObject addLast(Object value) {
69 public JsonObject build() {
H A DJsonObject.java27 public class JsonObject { class
38 public JsonObject put(String key, Object value) {
H A DJsonValueBuilder.java45 public static JsonObject jsonValue() {
46 return new JsonObject();
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordReport.java24 import org.forgerock.openam.utils.JsonObject;
80 JsonObject report = JsonValueBuilder.jsonValue();
96 JsonObject report = JsonValueBuilder.jsonValue();
104 JsonObject openAMPropertiesJson = JsonValueBuilder.jsonValue();
134 JsonObject report = JsonValueBuilder.jsonValue();
144 JsonObject propertiesJson = JsonValueBuilder.jsonValue();
159 JsonObject memoryJson = JsonValueBuilder.jsonValue();
193 JsonObject report = JsonValueBuilder.jsonValue();
H A DRecordProperties.java26 import org.forgerock.openam.utils.JsonObject;
256 JsonObject jsonProperties = JsonValueBuilder.jsonValue();
280 JsonObject threadsDumpsProperties = JsonValueBuilder.jsonValue();
284 JsonObject threadsDumpsDelayProperties = JsonValueBuilder.jsonValue();
302 JsonObject configExportProperties = JsonValueBuilder.jsonValue();
326 JsonObject debugLogsProperties = JsonValueBuilder.jsonValue();
331 JsonObject autoStopProperties = JsonValueBuilder.jsonValue();
334 JsonObject timeProperties = JsonValueBuilder.jsonValue();
343 JsonObject fileSizeProperties = JsonValueBuilder.jsonValue();
H A DRecordResource.java42 import org.forgerock.openam.utils.JsonObject;
107 JsonObject jsonValue = JsonValueBuilder.jsonValue();
128 JsonObject result = JsonValueBuilder.jsonValue();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DRecordReport.java26 import org.forgerock.openam.utils.JsonObject;
82 JsonObject report = JsonValueBuilder.jsonValue();
98 JsonObject report = JsonValueBuilder.jsonValue();
106 JsonObject openAMPropertiesJson = JsonValueBuilder.jsonValue();
136 JsonObject report = JsonValueBuilder.jsonValue();
146 JsonObject propertiesJson = JsonValueBuilder.jsonValue();
161 JsonObject memoryJson = JsonValueBuilder.jsonValue();
195 JsonObject report = JsonValueBuilder.jsonValue();
H A DRecordProperties.java29 import org.forgerock.openam.utils.JsonObject;
259 JsonObject jsonProperties = JsonValueBuilder.jsonValue();
283 JsonObject threadsDumpsProperties = JsonValueBuilder.jsonValue();
287 JsonObject threadsDumpsDelayProperties = JsonValueBuilder.jsonValue();
305 JsonObject configExportProperties = JsonValueBuilder.jsonValue();
329 JsonObject debugLogsProperties = JsonValueBuilder.jsonValue();
334 JsonObject autoStopProperties = JsonValueBuilder.jsonValue();
337 JsonObject timeProperties = JsonValueBuilder.jsonValue();
346 JsonObject fileSizeProperties = JsonValueBuilder.jsonValue();
H A DRecordResource.java48 import org.forgerock.openam.utils.JsonObject;
118 JsonObject jsonValue = JsonValueBuilder.jsonValue();
148 JsonObject result = JsonValueBuilder.jsonValue();
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthLanguageCallbackHandler.java24 import org.forgerock.openam.utils.JsonObject;
93 JsonObject jsonObject = JsonValueBuilder.jsonValue()
H A DAbstractRestAuthCallbackHandler.java25 import org.forgerock.openam.utils.JsonObject;
164 JsonObject jsonObject = jsonArray.build();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthLanguageCallbackHandler.java24 import org.forgerock.openam.utils.JsonObject;
93 JsonObject jsonObject = JsonValueBuilder.jsonValue()
H A DAbstractRestAuthCallbackHandler.java25 import org.forgerock.openam.utils.JsonObject;
164 JsonObject jsonObject = jsonArray.build();
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandler.java49 import org.forgerock.openam.utils.JsonObject;
272 JsonObject jsonResponseObject = JsonValueBuilder.jsonValue();
330 JsonObject jsonResponseObject = JsonValueBuilder.jsonValue();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandler.java51 import org.forgerock.openam.utils.JsonObject;
278 JsonObject jsonResponseObject = JsonValueBuilder.jsonValue();
337 JsonObject jsonResponseObject = JsonValueBuilder.jsonValue();
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/service/
H A DRestSTSPublishServiceRequestHandler.java56 import org.forgerock.openam.utils.JsonObject;
164 JsonObject jsonObject = JsonValueBuilder.jsonValue();
H A DSoapSTSPublishServiceRequestHandler.java54 import org.forgerock.openam.utils.JsonObject;
192 JsonObject jsonObject = JsonValueBuilder.jsonValue();
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/service/
H A DRestSTSPublishServiceRequestHandler.java56 import org.forgerock.openam.utils.JsonObject;
164 JsonObject jsonObject = JsonValueBuilder.jsonValue();
H A DSoapSTSPublishServiceRequestHandler.java54 import org.forgerock.openam.utils.JsonObject;
192 JsonObject jsonObject = JsonValueBuilder.jsonValue();

Completed in 126 milliseconds