Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.OIDCAuthnContext
Packages that use OIDCAuthnContext
Package
Description
Context classes for RP-specific information needed by profile actions.
This package has an authentication implementation for OpenID Connect authentication providers.
-
Uses of OIDCAuthnContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return OIDCAuthnContextModifier and TypeMethodDescriptionOIDCAuthnContext.setOutboundMessageHandler(MessageHandler handler) Set the outboundMessageHandlerto run prior to encoding. -
Uses of OIDCAuthnContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type parameters of type OIDCAuthnContextModifier and TypeFieldDescriptionAuthorizationController.oidcContextLookupStrategyLookup strategy to locate the SAML context.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type OIDCAuthnContextModifier and TypeMethodDescriptionvoidAuthorizationController.setOidcAuthnContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthnContext> strategy) Set the lookup strategy used to locate theOIDCAuthnContext.