Uses of Class
net.shibboleth.idp.profile.context.ExternalInterceptorContext
-
Packages that use ExternalInterceptorContext Package Description net.shibboleth.idp.profile.context Context classes for IdP-specific information needed by profile actions.net.shibboleth.idp.profile.interceptor Classes supporting profile interceptor machinery. -
-
Uses of ExternalInterceptorContext in net.shibboleth.idp.profile.context
Methods in net.shibboleth.idp.profile.context that return ExternalInterceptorContext Modifier and Type Method Description ExternalInterceptorContextExternalInterceptorContext. setEventId(String id)Set the event ID to signal as the result of this flow.ExternalInterceptorContextExternalInterceptorContext. 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 ExternalInterceptorContext Modifier and Type Method Description private static ExternalInterceptorContextExternalInterceptor. getExternalInterceptorContext(org.opensaml.profile.context.ProfileRequestContext profileRequestContext)Utility method to access theExternalInterceptorContext.Methods in net.shibboleth.idp.profile.interceptor with parameters of type ExternalInterceptorContext Modifier and Type Method Description protected abstract voidExternalInterceptor. doFinish(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.opensaml.profile.context.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(javax.servlet.http.HttpServletRequest request, org.opensaml.profile.context.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.
-