| Package | Description |
|---|---|
| org.jasig.portlet.proxy.mvc.portlet.gateway | |
| 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 | Class and Description |
|---|---|
class |
AbstractBasicAuthenticationPreInterceptor
AbstractBasicAuthenticationPreInterceptor provides common logic for any
authentication implementations using BASIC auth.
|
class |
AuthenticationPreInterceptor
AuthenticationPreInterceptor provides a base class for implementing authentication
to remote web content.
|
class |
HeaderPassingPreInterceptor
HeaderPassingPreInterceptor allows content requests to include
pass along header attributes to proxied content
|
class |
PortletPreferencesBasicAuthenticationPreInterceptor
Provides support for BASIC AuthN using credentials specified in portlet
preferences.
|
class |
ProxyCASAuthenticationPreInterceptor
ProxyCASAuthenticationPreInterceptor provides CAS authentication for HTTP
requests.
|
class |
UserInfoBasicAuthenticationPreInterceptor
UserInfoBasicAuthencitationPreInterceptor applies BASIC authentication using
username and password tokens available in the UserInfo map.
|
class |
UserInfoUrlParameterizingPreInterceptor
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.
|
class |
UserPreferencesPreInterceptor |
Copyright © 2022 Apereo. All rights reserved.