Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.EndUserClaimsContext
-
Packages that use EndUserClaimsContext Package Description net.shibboleth.idp.plugin.authn.oidc.rp.context Context classes for RP-specific information needed by profile actions.net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate Functions to navigate profile contexts.net.shibboleth.idp.plugin.authn.oidc.rp.impl 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 EndUserClaimsContext Modifier and Type Method Description EndUserClaimsContextEndUserClaimsContext. setEndUserClaims(com.nimbusds.openid.connect.sdk.claims.ClaimsSet claims)Set the claims about the authenticated end-user.EndUserClaimsContextEndUserClaimsContext. 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.context.navigate
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type parameters of type EndUserClaimsContext Modifier and Type Field Description private Function<ProfileRequestContext,EndUserClaimsContext>DefaultEndUserClaimsLookupStrategy. endUserClaimsContextLookupStrategyStrategy used to lookup theEndUserClaimsContext.Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type arguments of type EndUserClaimsContext Constructor Description DefaultEndUserClaimsLookupStrategy(Function<ProfileRequestContext,EndUserClaimsContext> strategy)Constructor. -
Uses of EndUserClaimsContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl declared as EndUserClaimsContext Modifier and Type Field Description private 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 EndUserClaimsContext Modifier and Type Field Description private Function<ProfileRequestContext,EndUserClaimsContext>ProcessEndUserClaims. endUserClaimsContextLookupStrategyStrategy used to look up theEndUserClaimsContextto set the parameters for.private 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 EndUserClaimsContext Modifier and Type Method Description voidProcessEndUserClaims. setEndUserClaimsContextLookupStrategy(Function<ProfileRequestContext,EndUserClaimsContext> strategy)Set the strategy used to lookup aEndUserClaimsContext.
-