Uses of Class
com.nimbusds.oauth2.sdk.id.Actor
Packages that use Actor
-
Uses of Actor in com.nimbusds.oauth2.sdk.id
Methods in com.nimbusds.oauth2.sdk.id that return ActorModifier and TypeMethodDescriptionActor.getParent()
Returns the optional parent for this actor.static Actor
Actor.parse
(net.minidev.json.JSONObject jsonObject) Parses an actor from the specified JSON object representation.static Actor
Actor.parseTopLevel
(net.minidev.json.JSONObject jsonObject) Parses an actor from the specified top-level JSON object contains an optional actor JSON representation.Methods in com.nimbusds.oauth2.sdk.id with parameters of type ActorConstructors in com.nimbusds.oauth2.sdk.id with parameters of type Actor