Uses of Class
net.shibboleth.idp.profile.interceptor.ExternalInterceptorException
Packages that use ExternalInterceptorException
Package
Description
Classes supporting profile interceptor machinery.
Implementation of a profile interceptor flow which executes other flows.
-
Uses of ExternalInterceptorException in net.shibboleth.idp.profile.interceptor
Methods in net.shibboleth.idp.profile.interceptor that throw ExternalInterceptorExceptionModifier and TypeMethodDescriptionprotected abstract void
ExternalInterceptor.doFinish
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.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 void
ExternalInterceptor.doStart
(javax.servlet.http.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.static void
ExternalInterceptor.finishExternalInterceptor
(String key, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 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.private static ExternalInterceptorContext
ExternalInterceptor.getExternalInterceptorContext
(ProfileRequestContext profileRequestContext) Utility method to access theExternalInterceptorContext
.static ProfileRequestContext
ExternalInterceptor.getProfileRequestContext
(String key, javax.servlet.http.HttpServletRequest request) Get theProfileRequestContext
associated with a request.static String
ExternalInterceptor.startExternalInterceptor
(javax.servlet.http.HttpServletRequest request) 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 ExternalInterceptorException in net.shibboleth.idp.profile.interceptor.impl
Methods in net.shibboleth.idp.profile.interceptor.impl that throw ExternalInterceptorExceptionModifier and TypeMethodDescriptionprotected void
ExternalInterceptorImpl.doFinish
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.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.