See: Description
| Interface | Description |
|---|---|
| AddressStandardClaim |
The Address Claim represents a physical mailing address defined by the OpenID Connect Core 1.0 specification
that can be returned either in the UserInfo Response or the ID Token.
|
| IdTokenClaimAccessor |
A
ClaimAccessor for the "claims" that can be returned in the ID Token,
which provides information about the authentication of an End-User by an Authorization Server. |
| IdTokenClaimNames |
The names of the "claims" defined by the OpenID Connect Core 1.0 specification
that can be returned in the ID Token.
|
| OidcScopes |
The scope values defined by the OpenID Connect Core 1.0 specification
that can be used to request
claims. |
| StandardClaimAccessor |
A
ClaimAccessor for the "Standard Claims" that can be returned
either in the UserInfo Response or the ID Token. |
| StandardClaimNames |
The names of the "Standard Claims" defined by the OpenID Connect Core 1.0 specification
that can be returned either in the UserInfo Response or the ID Token.
|
| Class | Description |
|---|---|
| DefaultAddressStandardClaim |
The default implementation of an
Address Claim. |
| DefaultAddressStandardClaim.Builder |
A builder for
DefaultAddressStandardClaim. |
| OidcIdToken |
An implementation of an
AbstractOAuth2Token representing an OpenID Connect Core 1.0 ID Token. |
| OidcUserInfo |
A representation of a UserInfo Response that is returned
from the OAuth 2.0 Protected Resource UserInfo Endpoint.
|