| Package | Description |
|---|---|
| org.forgerock.openam.utils |
This package contains general utilities for use throughout the OpenAM codebase.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
JsonArray.addLast(Object value)
Adds a final entry into the json array.
|
JsonObject |
JsonArray.build()
Builds the json array and inserts it into its parent json object.
|
static JsonObject |
JsonValueBuilder.jsonValue()
Creates a Builder object for creating JsonValue objects.
|
JsonObject |
JsonObject.put(String key,
Object value)
Adds a key value pair to the json object.
|
| Constructor and Description |
|---|
JsonArray(JsonObject jsonObject,
String key)
Constructs a builder for creating json arrays.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.