See: Description
Interface | Description |
---|---|
OauthClient |
A contract for an OAuth 2.0 client.
|
OpenIdClient |
Extends the
OauthClient with OpenID specific functionality. |
OpenIdProviderMetadata |
Metadata describing the configuration of OpenID Providers.
|
Class | Description |
---|---|
DefaultOauthClient |
The default implementation of
OauthClient . |
DefaultOpenIdClient |
The default implementation of
OpenIdClient . |
DefaultOpenIdProviderMetadata | |
IdTokenClaimsValidator |
For authentication mode performs the following verification as described in the OpenID Connect Spec.
|
JwksUriSignatureFactory |
Factory to create
JwksSignature beans for the OpenIdProviderMetadata.getJwksUri() of OpenID clients. |