| 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<String>> |
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<String>> contentRequests)
Set the map of content requests to be executed for this link.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Intercept a content request before it is executed.
|
void |
UserInfoUrlParameterizingPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest) |
void |
AuthenticationPreInterceptor.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 void |
ProxyCASAuthenticationPreInterceptor.prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest) |
protected abstract void |
AuthenticationPreInterceptor.prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest)
Perform authentication or prepare the content request to include
authentication parameters.
|
Copyright © 2013 Jasig. All Rights Reserved.