| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk.id |
Common OAuth 2.0 identifier and identity classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
Actor |
Actor.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
Actor.compareTo(Actor other) |
| Constructor | Description |
|---|---|
Actor(Subject subject,
Issuer issuer,
Actor parent) |
Creates a new actor.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.