| Interface | Description |
|---|---|
| OidcClientMetadataClaimAccessor |
A
ClaimAccessor for the "claims" that are contained
in the OpenID Client Registration Request and Response. |
| OidcProviderMetadataClaimAccessor |
A
ClaimAccessor for the "claims" that can be returned
in the OpenID Provider Configuration Response. |
| Class | Description |
|---|---|
| OidcClientMetadataClaimNames |
The names of the "claims" defined by OpenID Connect Dynamic Client Registration 1.0
that are contained in the OpenID Client Registration Request and Response.
|
| OidcClientRegistration |
A representation of an OpenID Client Registration Request and Response,
which is sent to and returned from the Client Registration Endpoint,
and contains a set of claims about the Client's Registration information.
|
| OidcClientRegistration.Builder |
Helps configure an
OidcClientRegistration. |
| OidcProviderConfiguration |
A representation of an OpenID Provider Configuration Response,
which is returned from an Issuer's Discovery Endpoint,
and contains a set of claims about the OpenID Provider's configuration.
|
| OidcProviderConfiguration.Builder |
Helps configure an
OidcProviderConfiguration. |
| OidcProviderMetadataClaimNames |
The names of the "claims" defined by OpenID Connect Discovery 1.0 that can be returned
in the OpenID Provider Configuration Response.
|