| Package | Description |
|---|---|
| com.nimbusds.openid.connect.sdk.claims |
Claims and claim sets used in OpenID Connect.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
UserInfo.getAddress()
Gets the preferred address.
|
Address |
UserInfo.getAddress(com.nimbusds.langtag.LangTag langTag)
Gets the preferred address.
|
static Address |
Address.parse(String json)
Parses an address claims set from the specified JSON object string.
|
| Modifier and Type | Method and Description |
|---|---|
Map<com.nimbusds.langtag.LangTag,Address> |
UserInfo.getAddressEntries()
Gets the preferred address entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserInfo.setAddress(Address address)
Sets the preferred address.
|
void |
UserInfo.setAddress(Address address,
com.nimbusds.langtag.LangTag langTag)
Sets the preferred address.
|
Copyright © 2016 Connect2id Ltd.. All rights reserved.