| Interface | Description |
|---|---|
| ICookie |
Represents a cookie that is passed to/from the remote application.
|
| IHeader |
Represents a header that is passed to/from the remote application via the request.
|
| IKeyManager |
Generates portlet instance specific persistent keys
|
| IWebProxyState |
IWebProxyState represents an interface representing the state of a user's
web proxy browsing.
|
| IWebProxyStateDao |
IWebProxyStateDao provides an interface for persisting and retrieving
web proxy state information.
|
| Request |
Represents the data needed to make a HTTP request.
|
| Response |
Represents the data retrieved from a HTTP request.
|
| Class | Description |
|---|---|
| CookieKey | |
| HeaderImpl |
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Header) interface
|
| HttpManager |
This interface is what the portlet uses to make requests.
|
| HttpManagerImpl |
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.HttpManager) interface
|
| HttpManagerService |
HttpManagerFindingService is responsible for retrieving and saving
HttpManager instances for a particular user and request.
|
| ICredentials |
Represents a authentication credentials that is passed to remote
application.
|
| KeyManager | |
| NtCredentials |
ICredentials for use with the NTLM authentication scheme which requires additional
information |
| ParameterPair | |
| PersistedCookieImpl |
PersistedCookieImpl is an embeddable, JPA-persistable implementation of
ICookie.
|
| RequestImpl |
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Request) interface
|
| ResponseImpl |
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Response) interface
|
| ShibbolethEnabledHttpManagerImpl |
ShibbolethEnabledHttpManagerImpl subclasses HttpManagerImpl to configurably
provide a Shibboleth-authenticating HttpClient instance.
|
| WebProxyStateImpl |
WebProxyStateImpl represents the default JPA/Hibernate implementation of
IWebProxyState.
|
| WebProxyStateJpaDaoImpl |
WebProxyStateJpaDaoImpl represents the default JPA implementation of
IWebProxyStateDao.
|
| Exception | Description |
|---|---|
| HttpTimeoutException |
Copyright © 2016 Jasig. All Rights Reserved.