Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.EndUserClaimsContext
Packages that use EndUserClaimsContext
Package
Description
Context classes for RP-specific information needed by profile actions.
Functions to navigate profile contexts.
This package has an authentication implementation for OpenID Connect authentication providers.
-
Uses of EndUserClaimsContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return EndUserClaimsContextModifier and TypeMethodDescriptionEndUserClaimsContext.setEndUserClaims(com.nimbusds.openid.connect.sdk.claims.ClaimsSet claims) Set the claims about the authenticated end-user.EndUserClaimsContext.setUnprocessedIdTokenClaims(com.nimbusds.jwt.JWTClaimsSet claims) Set the id_token claims about the authenticated end-user as returned from the id_token endpoint e.g. -
Uses of EndUserClaimsContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl declared as EndUserClaimsContextModifier and TypeFieldDescriptionprivate EndUserClaimsContextValidateOIDCAuthentication.endUserContextThe context with claims pertaining to the end-user of this authentication.Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type parameters of type EndUserClaimsContextModifier and TypeFieldDescriptionProcessEndUserClaims.endUserClaimsContextLookupStrategyStrategy used to look up theEndUserClaimsContextto set the parameters for.private final Function<ProfileRequestContext,EndUserClaimsContext> ValidateOIDCAuthentication.endUserClaimsContextLookupStrategyStrategy used to look up theEndUserClaimsContextto set the parameters for.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type EndUserClaimsContextModifier and TypeMethodDescriptionvoidProcessEndUserClaims.setEndUserClaimsContextLookupStrategy(Function<ProfileRequestContext, EndUserClaimsContext> strategy) Set the strategy used to lookup aEndUserClaimsContext.