Package net.shibboleth.idp.plugin.authn.oidc.rp.context
Context classes for RP-specific information needed by profile actions.
-
Class Summary Class Description AbstractAuthenticatableOIDCContext An abstract base class for subcontexts that carry information which may be authenticated.AccessTokenResponseContext A context to hold an OIDC token request response.EndUserClaimsContext A context to hold the final set of claims associated with an authenticated end-user.OAuth2ClientContext A context to store information pertaining to the OAuth2 client (Relying Party) to use in communication with a OpenID Provider.OIDCAuthnContext Manages state during proxied OIDC authentication via a Spring Controller.OutboundMessageHandlerContext A context to stash controller parameters for use by message handlers.UserInfoResponseContext A context to hold the response from the UserInfo endpoint.