Uses of Interface
com.sap.cloud.security.json.JsonObject
-
Packages that use JsonObject Package Description com.sap.cloud.security.json com.sap.cloud.security.token -
-
Uses of JsonObject in com.sap.cloud.security.json
Methods in com.sap.cloud.security.json that return JsonObject Modifier and Type Method Description JsonObjectJsonObject. getJsonObject(String name)Returns a nested JSON object as @{link JsonObject} instance.Methods in com.sap.cloud.security.json that return types with arguments of type JsonObject Modifier and Type Method Description List<JsonObject>JsonObject. getJsonObjects(String name)Returns a nested array of JSON objects as list ofJsonObjectinstances. -
Uses of JsonObject in com.sap.cloud.security.token
Methods in com.sap.cloud.security.token that return JsonObject Modifier and Type Method Description JsonObjectToken. getClaimAsJsonObject(String claimName)Extracts the value of the given as a JsonObject.
-