Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.OutboundMessageHandlerContext
Packages that use OutboundMessageHandlerContext
Package
Description
Context classes for RP-specific information needed by profile actions.
Package that contains message handlers.
-
Uses of OutboundMessageHandlerContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return OutboundMessageHandlerContextModifier and TypeMethodDescriptionOutboundMessageHandlerContext.setWebflowKey(String key) Set the Spring Webflow execution key. -
Uses of OutboundMessageHandlerContext in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl declared as OutboundMessageHandlerContextModifier and TypeFieldDescriptionprivate OutboundMessageHandlerContextAbstractOIDCAuthenticationRequestMessageHandler.outboundMessageContextThe stashedOutboundMessageHandlerContext.Fields in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl with type parameters of type OutboundMessageHandlerContextModifier and TypeFieldDescriptionAbstractOIDCAuthenticationRequestMessageHandler.outboundMessageHandlerContextLookupStrategyStrategy to locate theOutboundMessageHandlerContext.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl that return OutboundMessageHandlerContextModifier and TypeMethodDescriptionprotected OutboundMessageHandlerContextAbstractOIDCAuthenticationRequestMessageHandler.getOutboundMessageContext()Get the outbound message context.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl with type arguments of type OutboundMessageHandlerContextModifier and TypeMethodDescriptionvoidAbstractOIDCAuthenticationRequestMessageHandler.setOutboundMessageHandlerContextLookupStrategy(Function<MessageContext, OutboundMessageHandlerContext> strategy) Set the strategy used to locate theOutboundMessageHandlerContext.