Package org.jasig.cas.client.proxy

The proxy package includes a servlet to act as a proxy receptor, an interface for ProxyGrantingTicketStorage and an abstraction for retrieving proxy tickets.

See:
          Description

Interface Summary
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 Summary
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.
 

Package org.jasig.cas.client.proxy Description

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-2009 JA-SIG. All Rights Reserved.