| Interface | Description |
|---|---|
| PostInterceptor |
A post-interceptor is run after the request has been made and before the portlet
has access to the Response object.
|
| PreInterceptor |
A pre-interceptor is run after the portlet has a full Request object created
to allow user code to take actions on that object before it is used to make
the HTTP request to the remote application
|
| Class | Description |
|---|---|
| BaseUrlOnlyPreInterceptor |
Insures that every outgoing proxy request targets the configured BaseURL.
|
| BaseUrlProtocolHostPortEnforcingPostInterceptor |
Requires any proxied URL to match the portlet's baseUrl in hostname, port,
and context (first path element).
|
| RequestHeaderUserInfoParameterizingPreInterceptor | |
| UserInfoParameterizingPreInterceptor | |
| UserInfoUrlParameterizingPreInterceptor |
Performs token replacement injecting user attributes on the URL String before
the proxy request.
|
| Enum | Description |
|---|---|
| UserInfoParameterizingPreInterceptor.Strategy |
Copyright © 2016 Jasig. All Rights Reserved.