Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.OIDCAuthnContext
-
Packages that use OIDCAuthnContext 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.impl 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 OIDCAuthnContext Modifier and Type Method Description OIDCAuthnContextOIDCAuthnContext. 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 OIDCAuthnContext Modifier and Type Field Description private Function<ProfileRequestContext,OIDCAuthnContext>AuthorizationController. oidcContextLookupStrategyLookup strategy to locate the SAML context.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type OIDCAuthnContext Modifier and Type Method Description voidAuthorizationController. setOidcAuthnContextLookupStrategy(Function<ProfileRequestContext,OIDCAuthnContext> strategy)Set the lookup strategy used to locate theOIDCAuthnContext.
-