Uses of Class
net.shibboleth.idp.profile.context.ExternalInterceptorContext
Packages that use ExternalInterceptorContext
Package
Description
Context classes for IdP-specific information needed by profile actions.
Classes supporting profile interceptor machinery.
Implementation of a profile interceptor flow which executes other flows.
-
Uses of ExternalInterceptorContext in net.shibboleth.idp.profile.context
Methods in net.shibboleth.idp.profile.context that return ExternalInterceptorContextModifier and TypeMethodDescriptionExternalInterceptorContext.setEventId(String id) Set the event ID to signal as the result of this flow.ExternalInterceptorContext.setFlowExecutionUrl(String url) Set the flow execution URL to return control to. -
Uses of ExternalInterceptorContext in net.shibboleth.idp.profile.interceptor
Methods in net.shibboleth.idp.profile.interceptor that return ExternalInterceptorContextModifier and TypeMethodDescriptionprivate static ExternalInterceptorContextExternalInterceptor.getExternalInterceptorContext(ProfileRequestContext profileRequestContext) Utility method to access theExternalInterceptorContext.Methods in net.shibboleth.idp.profile.interceptor with parameters of type ExternalInterceptorContextModifier and TypeMethodDescriptionprotected abstract voidExternalInterceptor.doFinish(HttpServletRequest request, HttpServletResponse response, ProfileRequestContext profileRequestContext, ExternalInterceptorContext externalInterceptorContext) Complete a request to an external interceptor by seeking out the information stored in request attributes and transferring to the session's conversation state, and then transfer control back to the webflow.protected voidExternalInterceptor.doStart(HttpServletRequest request, ProfileRequestContext profileRequestContext, ExternalInterceptorContext externalInterceptorContext) Initialize a request to an external interceptor by seeking out the information stored in the servlet session and exposing it as request attributes. -
Uses of ExternalInterceptorContext in net.shibboleth.idp.profile.interceptor.impl
Methods in net.shibboleth.idp.profile.interceptor.impl with parameters of type ExternalInterceptorContextModifier and TypeMethodDescriptionprotected voidExternalInterceptorImpl.doFinish(HttpServletRequest request, HttpServletResponse response, ProfileRequestContext profileRequestContext, ExternalInterceptorContext externalContext) Complete a request to an external interceptor by seeking out the information stored in request attributes and transferring to the session's conversation state, and then transfer control back to the webflow.