Uses of Class
net.shibboleth.idp.profile.interceptor.ExternalInterceptorException
Packages that use ExternalInterceptorException
Package
Description
Classes supporting profile interceptor machinery.
-
Uses of ExternalInterceptorException in net.shibboleth.idp.profile.interceptor
Methods in net.shibboleth.idp.profile.interceptor that throw ExternalInterceptorExceptionModifier 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.static voidExternalInterceptor.finishExternalInterceptor(String key, HttpServletRequest request, 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 ExternalInterceptorContextExternalInterceptor.getExternalInterceptorContext(ProfileRequestContext profileRequestContext) Utility method to access theExternalInterceptorContext.static ProfileRequestContextExternalInterceptor.getProfileRequestContext(String key, HttpServletRequest request) Get theProfileRequestContextassociated with a request.static StringExternalInterceptor.startExternalInterceptor(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.