| Package | Description |
|---|---|
| org.jasig.portlet.proxy.mvc.portlet.gateway | |
| org.jasig.portlet.proxy.service.web | |
| org.jasig.portlet.proxy.service.web.interceptor |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<HttpContentRequestImpl,List<IPreInterceptor>> |
GatewayEntry.getContentRequests()
Get a map of content requests to be executed for this link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayEntry.setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<IPreInterceptor>> contentRequests)
Set the map of content requests to be executed for this link.
|
| Modifier and Type | Method and Description |
|---|---|
HttpContentRequestImpl |
HttpContentRequestImpl.duplicate()
duplicate() creates a duplicate of the HttpContentRequest without
using clone().
|
HttpContentRequestImpl |
HttpContentServiceImpl.getRequest(javax.portlet.PortletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpContentServiceImpl.afterGetContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request,
GenericContentResponseImpl proxyResponse) |
void |
HttpContentServiceImpl.beforeGetContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request) |
GenericContentResponseImpl |
CachingHttpContentServiceImpl.getContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request) |
GenericContentResponseImpl |
HttpContentServiceImpl.getContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request) |
GenericContentResponseImpl |
HttpContentServiceImpl.getContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request,
boolean runWrapperMethods) |
protected org.apache.http.client.methods.HttpUriRequest |
HttpContentServiceImpl.getHttpRequest(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request) |
void |
ExampleCustomFormModifier.modifyHttpContentRequest(HttpContentRequestImpl contentRequest,
javax.portlet.PortletPreferences preferences)
Example of modifications to a login form that invokes the system to gateway to in order to obtain a token
from that system that must be submitted with the login form and inserts the token into the url to submit.
|
void |
IAuthenticationFormModifier.modifyHttpContentRequest(HttpContentRequestImpl contentRequest,
javax.portlet.PortletPreferences preferences)
Modifies the ContentRequest as needed for custom logic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Intercept a content request before it is executed.
|
void |
AuthenticationPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest) |
void |
UserInfoUrlParameterizingPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest) |
void |
UserPreferencesPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest) |
protected void |
AbstractBasicAuthenticationPreInterceptor.prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest)
Add BASIC authentication credentials to the user's HttpClientService.
|
protected abstract void |
AuthenticationPreInterceptor.prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest)
Perform authentication or prepare the content request to include
authentication parameters.
|
protected void |
ProxyCASAuthenticationPreInterceptor.prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest) |
boolean |
IPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
boolean |
UserInfoBasicAuthenticationPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest) |
boolean |
ProxyCASAuthenticationPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest) |
boolean |
UserInfoUrlParameterizingPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest) |
boolean |
UserPreferencesPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
validate() checks portlet preferences and confirms that all of the needed
preferences have been set.
|
Copyright © 2014 Jasig. All Rights Reserved.