Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.OutboundMessageHandlerContext
-
Packages that use OutboundMessageHandlerContext 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.messaging.impl 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 OutboundMessageHandlerContext Modifier and Type Method Description OutboundMessageHandlerContextOutboundMessageHandlerContext. 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 OutboundMessageHandlerContext Modifier and Type Field Description private OutboundMessageHandlerContextAbstractOIDCAuthenticationRequestMessageHandler. outboundMessageContextThe stashedOutboundMessageHandlerContext.Fields in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl with type parameters of type OutboundMessageHandlerContext Modifier and Type Field Description private Function<MessageContext,OutboundMessageHandlerContext>AbstractOIDCAuthenticationRequestMessageHandler. outboundMessageHandlerContextLookupStrategyStrategy to locate theOutboundMessageHandlerContext.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl that return OutboundMessageHandlerContext Modifier and Type Method Description protected OutboundMessageHandlerContextAbstractOIDCAuthenticationRequestMessageHandler. getOutboundMessageContext()Get the outbound message context.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl with type arguments of type OutboundMessageHandlerContext Modifier and Type Method Description voidAbstractOIDCAuthenticationRequestMessageHandler. setOutboundMessageHandlerContextLookupStrategy(Function<MessageContext,OutboundMessageHandlerContext> strategy)Set the strategy used to locate theOutboundMessageHandlerContext.
-