| Package | Description |
|---|---|
| com.sap.cloud.security.json | |
| com.sap.cloud.security.token |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJsonObject
Use this class to parse a Json String.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
JsonObject.getJsonObject(String name)
Returns a nested JSON object as @{link JsonObject} instance.
|
JsonObject |
DefaultJsonObject.getJsonObject(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<JsonObject> |
JsonObject.getJsonObjects(String name)
Returns a nested array of JSON objects as list of
JsonObject
instances. |
List<JsonObject> |
DefaultJsonObject.getJsonObjects(String name) |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
Token.getClaimAsJsonObject(String claimName)
Extracts the value of the given as a JsonObject.
|
JsonObject |
AbstractToken.getClaimAsJsonObject(String claimName) |
Copyright © 2020. All rights reserved.