| 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)
Get an appropriate default content request for the current portlet
request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpContentServiceImpl.afterGetContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request,
GenericContentResponseImpl proxyResponse)
Execute any necessary logic after retrieving the content
|
void |
HttpContentServiceImpl.beforeGetContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request)
Execute any necessary logic prior to retrieving the content
|
GenericContentResponseImpl |
HttpContentServiceImpl.getContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request)
Retrieve content for the given content request and portlet request.
|
GenericContentResponseImpl |
HttpContentServiceImpl.getContent(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request,
boolean runWrapperMethods)
getContent.
|
protected org.apache.http.client.methods.HttpUriRequest |
HttpContentServiceImpl.getHttpRequest(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest request)
getHttpRequest.
|
void |
ExampleCustomFormModifier.modifyHttpContentRequest(HttpContentRequestImpl contentRequest,
javax.portlet.PortletPreferences preferences)
Modifies the ContentRequest as needed for custom logic.
|
void |
IAuthenticationFormModifier.modifyHttpContentRequest(HttpContentRequestImpl contentRequest,
javax.portlet.PortletPreferences preferences)
Modifies the ContentRequest as needed for custom logic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserInfoUrlParameterizingPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Intercept a content request before it is executed.
|
void |
HeaderPassingPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Intercept a content request before it is executed.
|
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)
Intercept a content request before it is executed.
|
void |
UserPreferencesPreInterceptor.intercept(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Intercept a content request before it is executed.
|
protected void |
ProxyCASAuthenticationPreInterceptor.prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest)
Perform authentication or prepare the content request to include
authentication parameters.
|
protected abstract void |
AuthenticationPreInterceptor.prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest)
Perform authentication or prepare the content request to include
authentication parameters.
|
protected void |
AbstractBasicAuthenticationPreInterceptor.prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest)
Perform authentication or prepare the content request to include
authentication parameters.
|
boolean |
UserInfoUrlParameterizingPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
boolean |
ProxyCASAuthenticationPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
boolean |
HeaderPassingPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
boolean |
IPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
boolean |
AbstractBasicAuthenticationPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
boolean |
UserPreferencesPreInterceptor.validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
Copyright © 2023 Apereo. All rights reserved.