A B C E F G H I J L M O P R S T U W X 

A

AbstractBasicAuthenticationPreInterceptor - Class in org.jasig.portlet.proxy.service.web.interceptor
AbstractBasicAuthenticationPreInterceptor provides common logic for any authentication implementations using BASIC auth.
AbstractBasicAuthenticationPreInterceptor() - Constructor for class org.jasig.portlet.proxy.service.web.interceptor.AbstractBasicAuthenticationPreInterceptor
 
afterGetContent(GenericContentRequestImpl, PortletRequest, GenericContentResponseImpl) - Method in class org.jasig.portlet.proxy.service.ClasspathResourceContentService
 
afterGetContent(T, PortletRequest, S) - Method in interface org.jasig.portlet.proxy.service.IContentService
Execute any necessary logic after retrieving the content
afterGetContent(HttpContentRequestImpl, PortletRequest, GenericContentResponseImpl) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
AUTHENTICATION_TIMEOUT_KEY - Static variable in class org.jasig.portlet.proxy.service.web.interceptor.AuthenticationPreInterceptor
 
AUTHENTICATION_TIMESTAMP_KEY - Static variable in class org.jasig.portlet.proxy.service.web.interceptor.AuthenticationPreInterceptor
 
AUTHENTICATION_TYPE - Static variable in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
AuthenticationPreInterceptor - Class in org.jasig.portlet.proxy.service.web.interceptor
AuthenticationPreInterceptor provides a base class for implementing authentication to remote web content.
AuthenticationPreInterceptor() - Constructor for class org.jasig.portlet.proxy.service.web.interceptor.AuthenticationPreInterceptor
 

B

beforeGetContent(GenericContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.ClasspathResourceContentService
 
beforeGetContent(T, PortletRequest) - Method in interface org.jasig.portlet.proxy.service.IContentService
Execute any necessary logic prior to retrieving the content
beforeGetContent(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 

C

CachingHttpContentServiceImpl - Class in org.jasig.portlet.proxy.service.web
 
CachingHttpContentServiceImpl() - Constructor for class org.jasig.portlet.proxy.service.web.CachingHttpContentServiceImpl
 
ClasspathResourceContentService - Class in org.jasig.portlet.proxy.service
ClasspathResourceContentService retrieves content from a document in the portlet classpath.
ClasspathResourceContentService() - Constructor for class org.jasig.portlet.proxy.service.ClasspathResourceContentService
 
CLIENT_SESSION_KEY - Static variable in class org.jasig.portlet.proxy.service.web.MultiRequestHttpClientServiceImpl
 
close() - Method in class org.jasig.portlet.proxy.service.GenericContentResponseImpl
 
close() - Method in interface org.jasig.portlet.proxy.service.IContentResponse
Close the content response.
close() - Method in class org.jasig.portlet.proxy.service.web.HttpContentResponseImpl
 
CONTENT_LOCATION_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 
CONTENT_LOCATION_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
CONTENT_LOCATION_KEY - Static variable in class org.jasig.portlet.proxy.service.GenericContentRequestImpl
Standard key for storing a content location in the portlet preferences.
CONTENT_SERVICE_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 
CONTENT_SERVICE_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 
CONTENT_SERVICE_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
ContentClippingFilter - Class in org.jasig.portlet.proxy.service.proxy.document
ContentClippingFilter limits the produced response to a subset of the retrieved document using a jQuery-style selector.
ContentClippingFilter() - Constructor for class org.jasig.portlet.proxy.service.proxy.document.ContentClippingFilter
 
createActionUrl(RenderResponse, String) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
createFormUrl(RenderResponse, boolean, String) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
createHttpClient(PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.MultiRequestHttpClientServiceImpl
Create a new HTTP Client for the provided portlet request.
createResourceUrl(RenderResponse, String) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 

E

EditProxyController - Class in org.jasig.portlet.proxy.mvc.portlet.proxy
ProxyConfigController
EditProxyController() - Constructor for class org.jasig.portlet.proxy.mvc.portlet.proxy.EditProxyController
 

F

filter(Document, IContentResponse, RenderRequest, RenderResponse) - Method in class org.jasig.portlet.proxy.service.proxy.document.ContentClippingFilter
 
filter(Document, IContentResponse, RenderRequest, RenderResponse) - Method in class org.jasig.portlet.proxy.service.proxy.document.HeaderFooterFilter
 
filter(Document, IContentResponse, RenderRequest, RenderResponse) - Method in interface org.jasig.portlet.proxy.service.proxy.document.IDocumentFilter
Filter a provided document.
filter(Document, IContentResponse, RenderRequest, RenderResponse) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
FILTER_LIST_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 
FINAL_URL_KEY - Static variable in class org.jasig.portlet.proxy.service.web.RedirectTrackingResponseInterceptor
 
FOOTER_KEY - Static variable in class org.jasig.portlet.proxy.service.proxy.document.HeaderFooterFilter
 
FORM_METHOD_PARAM - Static variable in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 

G

GatewayEntry - Class in org.jasig.portlet.proxy.mvc.portlet.gateway
GatewayEntry represents a user-facing link in the Gateway SSO portlet.
GatewayEntry() - Constructor for class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayEntry
 
GatewayPortletController - Class in org.jasig.portlet.proxy.mvc.portlet.gateway
 
GatewayPortletController() - Constructor for class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayPortletController
 
GenericContentRequestImpl - Class in org.jasig.portlet.proxy.service
GenericContentRequestImpl represents a basic content request consisting simply of a target location.
GenericContentRequestImpl() - Constructor for class org.jasig.portlet.proxy.service.GenericContentRequestImpl
 
GenericContentRequestImpl(PortletRequest) - Constructor for class org.jasig.portlet.proxy.service.GenericContentRequestImpl
Construct a new content request, populating the location from the portlet preferences.
GenericContentResponseImpl - Class in org.jasig.portlet.proxy.service
GenericContentResponseImpl provides a basic content response.
GenericContentResponseImpl() - Constructor for class org.jasig.portlet.proxy.service.GenericContentResponseImpl
 
GenericContentResponseImpl(String, InputStream) - Constructor for class org.jasig.portlet.proxy.service.GenericContentResponseImpl
Construct a content response using the provided location and content stream
getAuthType() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
getBaseServerUrl(String) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
getClippingSelector() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
getContent(GenericContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.ClasspathResourceContentService
 
getContent() - Method in class org.jasig.portlet.proxy.service.GenericContentResponseImpl
 
getContent() - Method in interface org.jasig.portlet.proxy.service.IContentResponse
Get a stream of retrieved content.
getContent(T, PortletRequest) - Method in interface org.jasig.portlet.proxy.service.IContentService
Retrieve content for the given content request and portlet request.
getContent(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.CachingHttpContentServiceImpl
 
getContent(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
getContent(HttpContentRequestImpl, PortletRequest, boolean) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
getContentRequests() - Method in class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayEntry
Get a map of content requests to be executed for this link.
getContentService() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
getCredentials(PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.interceptor.AbstractBasicAuthenticationPreInterceptor
Provide credentials for the current user for this target service.
getCredentials(PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.interceptor.UserInfoBasicAuthenticationPreInterceptor
 
getEditView() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.EditProxyController
 
getFooter() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
getForm(PortletRequest) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.EditProxyController
 
getHeader() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
getHeaders() - Method in class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
getHeaders() - Method in class org.jasig.portlet.proxy.service.web.HttpContentResponseImpl
 
getHttpClient(PortletRequest) - Method in interface org.jasig.portlet.proxy.service.web.IHttpClientService
 
getHttpClient(PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.MultiRequestHttpClientServiceImpl
 
getHttpRequest(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
getIconUrl() - Method in class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayEntry
Get the icon for this link.
getLocation() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
getMethod() - Method in class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
getName() - Method in class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayEntry
Get the display text for this link.
getParameters() - Method in class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
getPasswordKey() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
getProxiedLocation() - Method in class org.jasig.portlet.proxy.service.GenericContentRequestImpl
 
getProxiedLocation() - Method in class org.jasig.portlet.proxy.service.GenericContentResponseImpl
 
getProxiedLocation() - Method in interface org.jasig.portlet.proxy.service.IContentResponse
Get the proxied location.
getRelativePathUrl(String) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
getRequest(PortletRequest) - Method in class org.jasig.portlet.proxy.service.ClasspathResourceContentService
 
getRequest(PortletRequest) - Method in interface org.jasig.portlet.proxy.service.IContentService
Get an appropriate default content request for the current portlet request.
getRequest(PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
getUsernameKey() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
getView(RenderRequest) - Method in class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayPortletController
 
getWhitelistRegexes() - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 

H

HEADER_KEY - Static variable in class org.jasig.portlet.proxy.service.proxy.document.HeaderFooterFilter
 
HeaderFooterFilter - Class in org.jasig.portlet.proxy.service.proxy.document
HeaderFooterFilter can add static HTML header and footer content to any proxied content.
HeaderFooterFilter() - Constructor for class org.jasig.portlet.proxy.service.proxy.document.HeaderFooterFilter
 
HttpContentRequestImpl - Class in org.jasig.portlet.proxy.service.web
 
HttpContentRequestImpl() - Constructor for class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
HttpContentRequestImpl(PortletRequest) - Constructor for class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
HttpContentResponseImpl - Class in org.jasig.portlet.proxy.service.web
 
HttpContentResponseImpl(HttpEntity) - Constructor for class org.jasig.portlet.proxy.service.web.HttpContentResponseImpl
 
HttpContentServiceImpl - Class in org.jasig.portlet.proxy.service.web
 
HttpContentServiceImpl() - Constructor for class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 

I

IContentRequest - Interface in org.jasig.portlet.proxy.service
IContentRequest provides an interface for representing requests to content services.
IContentResponse - Interface in org.jasig.portlet.proxy.service
IContentResponse represents the response from a content service.
IContentService<T extends IContentRequest,S extends IContentResponse> - Interface in org.jasig.portlet.proxy.service
IContentService represents a service for providing content.
IDocumentFilter - Interface in org.jasig.portlet.proxy.service.proxy.document
IDocumentFilter provides an interface for modifying a retrieved document prior to displaying it to an end user.
IHttpClientService - Interface in org.jasig.portlet.proxy.service.web
 
intercept(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.interceptor.AuthenticationPreInterceptor
 
intercept(HttpContentRequestImpl, PortletRequest) - Method in interface org.jasig.portlet.proxy.service.web.interceptor.IPreInterceptor
Intercept a content request before it is executed.
intercept(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.interceptor.UserInfoUrlParameterizingPreInterceptor
 
IPreInterceptor - Interface in org.jasig.portlet.proxy.service.web.interceptor
IPreInterceptor provides an interface for modifying HTTP content requests before the request is actually made.
IS_FORM_PARAM - Static variable in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
isAlreadyAuthenticated(PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.interceptor.AuthenticationPreInterceptor
Use the configured timeout to determine if the user is already authenticated to the remote site.
isForm() - Method in class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
isMobile(PortletRequest) - Method in interface org.jasig.portlet.proxy.mvc.IViewSelector
 
isMobile(PortletRequest) - Method in class org.jasig.portlet.proxy.mvc.ThemeNameViewSelectorImpl
 
IViewSelector - Interface in org.jasig.portlet.proxy.mvc
 

J

JAVASCRIPT_PREFIX - Variable in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
JsonPortletController - Class in org.jasig.portlet.proxy.mvc.portlet.json
 
JsonPortletController() - Constructor for class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 

L

log - Variable in class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 
log - Variable in class org.jasig.portlet.proxy.mvc.portlet.proxy.EditProxyController
 
log - Variable in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 
log - Variable in class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
log - Variable in class org.jasig.portlet.proxy.service.ClasspathResourceContentService
 
LOG - Variable in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
log - Variable in class org.jasig.portlet.proxy.service.web.interceptor.AuthenticationPreInterceptor
 
log - Variable in class org.jasig.portlet.proxy.service.web.interceptor.UserInfoUrlParameterizingPreInterceptor
 
logger - Variable in class org.jasig.portlet.proxy.mvc.ThemeNameViewSelectorImpl
 

M

MAIN_VIEW_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 
MAIN_XSLT_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
MinimizedStateHandlerInterceptor - Class in org.jasig.portlet.proxy.mvc
 
MinimizedStateHandlerInterceptor() - Constructor for class org.jasig.portlet.proxy.mvc.MinimizedStateHandlerInterceptor
 
MOBILE_THEMES_DEFAULT - Static variable in class org.jasig.portlet.proxy.mvc.ThemeNameViewSelectorImpl
 
MOBILE_THEMES_KEY - Static variable in class org.jasig.portlet.proxy.mvc.ThemeNameViewSelectorImpl
 
MOBILE_VIEW_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 
MOBILE_XSLT_KEY - Static variable in class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
MultiRequestHttpClientServiceImpl - Class in org.jasig.portlet.proxy.service.web
MultiRequestHttpClientServiceImpl associates a single HTTP client with each user's portlet session.
MultiRequestHttpClientServiceImpl() - Constructor for class org.jasig.portlet.proxy.service.web.MultiRequestHttpClientServiceImpl
 

O

org.jasig.portlet.proxy.mvc - package org.jasig.portlet.proxy.mvc
 
org.jasig.portlet.proxy.mvc.portlet.gateway - package org.jasig.portlet.proxy.mvc.portlet.gateway
 
org.jasig.portlet.proxy.mvc.portlet.json - package org.jasig.portlet.proxy.mvc.portlet.json
 
org.jasig.portlet.proxy.mvc.portlet.proxy - package org.jasig.portlet.proxy.mvc.portlet.proxy
 
org.jasig.portlet.proxy.mvc.portlet.xslt - package org.jasig.portlet.proxy.mvc.portlet.xslt
 
org.jasig.portlet.proxy.service - package org.jasig.portlet.proxy.service
 
org.jasig.portlet.proxy.service.proxy.document - package org.jasig.portlet.proxy.service.proxy.document
 
org.jasig.portlet.proxy.service.web - package org.jasig.portlet.proxy.service.web
 
org.jasig.portlet.proxy.service.web.interceptor - package org.jasig.portlet.proxy.service.web.interceptor
 

P

PASSWORD_KEY - Static variable in class org.jasig.portlet.proxy.service.web.interceptor.UserInfoBasicAuthenticationPreInterceptor
 
preHandleRender(RenderRequest, RenderResponse, Object) - Method in class org.jasig.portlet.proxy.mvc.MinimizedStateHandlerInterceptor
 
PREINTERCEPTOR_LIST_KEY - Static variable in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
prepareAuthentication(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.interceptor.AbstractBasicAuthenticationPreInterceptor
Add BASIC authentication credentials to the user's HttpClientService.
prepareAuthentication(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.interceptor.AuthenticationPreInterceptor
Perform authentication or prepare the content request to include authentication parameters.
prepareAuthentication(HttpContentRequestImpl, PortletRequest) - Method in class org.jasig.portlet.proxy.service.web.interceptor.ProxyCASAuthenticationPreInterceptor
 
process(HttpResponse, HttpContext) - Method in class org.jasig.portlet.proxy.service.web.RedirectTrackingResponseInterceptor
 
PROXY_PORTLET_PARAM_PREFIX - Static variable in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
ProxyCASAuthenticationPreInterceptor - Class in org.jasig.portlet.proxy.service.web.interceptor
ProxyCASAuthenticationPreInterceptor provides CAS authentication for HTTP requests.
ProxyCASAuthenticationPreInterceptor() - Constructor for class org.jasig.portlet.proxy.service.web.interceptor.ProxyCASAuthenticationPreInterceptor
 
ProxyPortletController - Class in org.jasig.portlet.proxy.mvc.portlet.proxy
ProxyPortletController is the main view controller for web proxy portlets.
ProxyPortletController() - Constructor for class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 
ProxyPortletForm - Class in org.jasig.portlet.proxy.mvc.portlet.proxy
 
ProxyPortletForm() - Constructor for class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
ProxyPortletForm.ProxyAuthTypeEditor - Class in org.jasig.portlet.proxy.mvc.portlet.proxy
 
ProxyPortletForm.ProxyAuthTypeEditor() - Constructor for class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthTypeEditor
 
proxyResourceTarget(String, ResourceRequest, ResourceResponse) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 
proxyTarget(String, ActionRequest, ActionResponse) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 

R

RedirectTrackingResponseInterceptor - Class in org.jasig.portlet.proxy.service.web
RedirectTrackingResponseInterceptor tracks any redirects that occur during retrieval of the target content.
RedirectTrackingResponseInterceptor() - Constructor for class org.jasig.portlet.proxy.service.web.RedirectTrackingResponseInterceptor
 
REWRITTEN_URLS_KEY - Static variable in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 

S

SELECTOR_KEY - Static variable in class org.jasig.portlet.proxy.service.proxy.document.ContentClippingFilter
 
setActionElements(Map<String, Set<String>>) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
setApplicationContext(ApplicationContext) - Method in class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 
setApplicationContext(ApplicationContext) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 
setApplicationContext(ApplicationContext) - Method in class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
setApplicationContext(ApplicationContext) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
setAsText(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthTypeEditor
 
setAuthType(ProxyPortletForm.ProxyAuthType) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
setCache(Cache) - Method in class org.jasig.portlet.proxy.service.web.CachingHttpContentServiceImpl
 
setClippingSelector(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
setContent(InputStream) - Method in class org.jasig.portlet.proxy.service.GenericContentResponseImpl
Set the stream of retrieved content.
setContentRequests(LinkedHashMap<HttpContentRequestImpl, List<String>>) - Method in class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayEntry
Set the map of content requests to be executed for this link.
setContentService(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
setFooter(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
setForm(boolean) - Method in class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
setHeader(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
setHeaders(Map<String, String>) - Method in class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
setHeaders(Map<String, String>) - Method in class org.jasig.portlet.proxy.service.web.HttpContentResponseImpl
 
setHttpClientService(IHttpClientService) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
setHttpClientService(IHttpClientService) - Method in class org.jasig.portlet.proxy.service.web.interceptor.AbstractBasicAuthenticationPreInterceptor
 
setIconUrl(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayEntry
Set an icon for this link.
setKnownHtmlContentTypes(List<String>) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 
setLocation(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
setMethod(String) - Method in class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
setName(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayEntry
Set the display text for this link.
setParameters(Map<String, String[]>) - Method in class org.jasig.portlet.proxy.service.web.HttpContentRequestImpl
 
setPasswordKey(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
setPoolingClientConnectionManager(PoolingClientConnectionManager) - Method in class org.jasig.portlet.proxy.service.web.MultiRequestHttpClientServiceImpl
 
setProxiedLocation(String) - Method in class org.jasig.portlet.proxy.service.GenericContentRequestImpl
Set the target location.
setProxiedLocation(String) - Method in class org.jasig.portlet.proxy.service.GenericContentResponseImpl
Set the proxied location.
setReplayedRequestHeaders(List<String>) - Method in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
setResourceElements(Map<String, Set<String>>) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
setServiceUrl(String) - Method in class org.jasig.portlet.proxy.service.web.interceptor.ProxyCASAuthenticationPreInterceptor
Set the base URL of the CAS server
setTicketValidator(TicketValidator) - Method in class org.jasig.portlet.proxy.service.web.interceptor.ProxyCASAuthenticationPreInterceptor
Set the ticket validator
setUsernameKey(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
setViewSelector(IViewSelector) - Method in class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 
setViewSelector(IViewSelector) - Method in class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
setWhitelistRegexes(String) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm
 
SHARED_SESSION_KEY - Static variable in class org.jasig.portlet.proxy.service.web.MultiRequestHttpClientServiceImpl
 
showContent(PortletRequest) - Method in class org.jasig.portlet.proxy.mvc.portlet.json.JsonPortletController
 
showContent(RenderRequest, RenderResponse) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletController
 
showContent(PortletRequest) - Method in class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
showTarget(ResourceRequest, ResourceResponse, int) - Method in class org.jasig.portlet.proxy.mvc.portlet.gateway.GatewayPortletController
 

T

THEME_NAME_PROPERTY - Static variable in class org.jasig.portlet.proxy.mvc.ThemeNameViewSelectorImpl
 
ThemeNameViewSelectorImpl - Class in org.jasig.portlet.proxy.mvc
 
ThemeNameViewSelectorImpl() - Constructor for class org.jasig.portlet.proxy.mvc.ThemeNameViewSelectorImpl
 

U

updatePortlet(ProxyPortletForm, ActionRequest, ActionResponse) - Method in class org.jasig.portlet.proxy.mvc.portlet.proxy.EditProxyController
 
updateUrls(Document, IContentResponse, Map<String, Set<String>>, RenderRequest, RenderResponse, boolean) - Method in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
URL_PARAM - Static variable in class org.jasig.portlet.proxy.service.web.HttpContentServiceImpl
 
URLRewritingFilter - Class in org.jasig.portlet.proxy.service.proxy.document
 
URLRewritingFilter() - Constructor for class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 
UserInfoBasicAuthenticationPreInterceptor - Class in org.jasig.portlet.proxy.service.web.interceptor
UserInfoBasicAuthencitationPreInterceptor applies BASIC authentication using username and password tokens available in the UserInfo map.
UserInfoBasicAuthenticationPreInterceptor() - Constructor for class org.jasig.portlet.proxy.service.web.interceptor.UserInfoBasicAuthenticationPreInterceptor
 
UserInfoUrlParameterizingPreInterceptor - Class in org.jasig.portlet.proxy.service.web.interceptor
UserInfoUrlParameterizingPreInterceptor allows content requests to include dynamic parameters of the form {attributeName} in content requests, either in the URL string or in parameters associated with the request.
UserInfoUrlParameterizingPreInterceptor() - Constructor for class org.jasig.portlet.proxy.service.web.interceptor.UserInfoUrlParameterizingPreInterceptor
 
USERNAME_KEY - Static variable in class org.jasig.portlet.proxy.service.web.interceptor.UserInfoBasicAuthenticationPreInterceptor
 

W

WHITELIST_REGEXES_KEY - Static variable in class org.jasig.portlet.proxy.service.proxy.document.URLRewritingFilter
 

X

XsltPortletController - Class in org.jasig.portlet.proxy.mvc.portlet.xslt
 
XsltPortletController() - Constructor for class org.jasig.portlet.proxy.mvc.portlet.xslt.XsltPortletController
 
A B C E F G H I J L M O P R S T U W X 

Copyright © 2013 Jasig. All Rights Reserved.