Uses of Interface
com.sap.cloud.security.json.JsonObject
Packages that use JsonObject
-
Uses of JsonObject in com.sap.cloud.security.json
Methods in com.sap.cloud.security.json that return JsonObjectModifier and TypeMethodDescriptionJsonObject.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 JsonObjectModifier and TypeMethodDescriptionJsonObject.getJsonObjects
(String name) Returns a nested array of JSON objects as list ofJsonObject
instances. -
Uses of JsonObject in com.sap.cloud.security.token
Methods in com.sap.cloud.security.token that return JsonObjectModifier and TypeMethodDescriptionToken.getClaimAsJsonObject
(String claimName) Extracts the value of the given as a JsonObject.