Uses of Class
org.jasig.cas.web.support.CookieRetrievingCookieGenerator

Packages that use CookieRetrievingCookieGenerator
org.jasig.cas.web In the Servlet API, the WEB-INF/web.xml deployment descriptor maps various URL values to Java classes. 
org.jasig.cas.web.flow This package defines the Webflow for the complete Login workflow (TGT Check, Form Check, Warning Check, Service Redirect) as a set of Actions. 
 

Uses of CookieRetrievingCookieGenerator in org.jasig.cas.web
 

Methods in org.jasig.cas.web with parameters of type CookieRetrievingCookieGenerator
 void LogoutController.setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)
           
 void LogoutController.setWarnCookieGenerator(CookieRetrievingCookieGenerator warnCookieGenerator)
           
 

Uses of CookieRetrievingCookieGenerator in org.jasig.cas.web.flow
 

Methods in org.jasig.cas.web.flow with parameters of type CookieRetrievingCookieGenerator
 void SendTicketGrantingTicketAction.setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)
           
 void InitialFlowSetupAction.setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator)
           
 void InitialFlowSetupAction.setWarnCookieGenerator(CookieRetrievingCookieGenerator warnCookieGenerator)
           
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.