protected abstract void |
ExternalInterceptor.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 void |
ExternalInterceptor.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.
|
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(org.opensaml.profile.context.ProfileRequestContext profileRequestContext) |
|
static org.opensaml.profile.context.ProfileRequestContext |
ExternalInterceptor.getProfileRequestContext(String key,
javax.servlet.http.HttpServletRequest request) |
Get the ProfileRequestContext 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.
|