Uses of Interface
org.jasig.cas.client.proxy.ProxyGrantingTicketStorage

Packages that use ProxyGrantingTicketStorage
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. 
org.jasig.cas.client.util The validation package includes interfaces for validating Tickets, as well as the common implementations. 
org.jasig.cas.client.validation   
 

Uses of ProxyGrantingTicketStorage in org.jasig.cas.client.proxy
 

Classes in org.jasig.cas.client.proxy that implement ProxyGrantingTicketStorage
 class ProxyGrantingTicketStorageImpl
          Implementation of ProxyGrantingTicketStorage that is backed by a HashMap that keeps a ProxyGrantingTicket for a specified amount of time.
 

Constructors in org.jasig.cas.client.proxy with parameters of type ProxyGrantingTicketStorage
CleanUpTimerTask(ProxyGrantingTicketStorage proxyGrantingTicketStorage)
           
 

Uses of ProxyGrantingTicketStorage in org.jasig.cas.client.util
 

Methods in org.jasig.cas.client.util with parameters of type ProxyGrantingTicketStorage
static void CommonUtils.readAndRespondToProxyReceptorRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ProxyGrantingTicketStorage proxyGrantingTicketStorage)
           
 

Uses of ProxyGrantingTicketStorage in org.jasig.cas.client.validation
 

Methods in org.jasig.cas.client.validation with parameters of type ProxyGrantingTicketStorage
 void Cas20ServiceTicketValidator.setProxyGrantingTicketStorage(ProxyGrantingTicketStorage proxyGrantingTicketStorage)
           
 void Cas20ProxyReceivingTicketValidationFilter.setProxyGrantingTicketStorage(ProxyGrantingTicketStorage storage)
           
 



Copyright © 2006-2009 JA-SIG. All Rights Reserved.