See: Description
| Interface | Description |
|---|---|
| ProxyGrantingTicketStorage |
Interface for the storage and retrieval of ProxyGrantingTicketIds by mapping
them to a specific ProxyGrantingTicketIou.
|
| ProxyRetriever |
Interface to abstract the retrieval of a proxy ticket to make the
implementation a black box to the client.
|
| Class | Description |
|---|---|
| AbstractEncryptedProxyGrantingTicketStorageImpl |
Provides encryption capabilities.
|
| Cas20ProxyRetriever |
Implementation of a ProxyRetriever that follows the CAS 2.0 specification.
|
| CleanUpTimerTask |
A
TimerTask implementation which performs the
actual 'cleaning' by calling ProxyGrantingTicketStorage.cleanUp(). |
| ProxyGrantingTicketStorageImpl |
Implementation of
ProxyGrantingTicketStorage that is backed by a
HashMap that keeps a ProxyGrantingTicket for a specified amount of time. |
The proxy package includes a servlet to act as a proxy receptor, an interface for ProxyGrantingTicketStorage and an abstraction for retrieving proxy tickets.
Copyright © 2006-2014 Jasig. All Rights Reserved.