| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogoutController.setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator) |
void |
LogoutController.setWarnCookieGenerator(CookieRetrievingCookieGenerator warnCookieGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
SendTicketGrantingTicketAction.setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator) |
void |
InitialFlowSetupAction.setTicketGrantingTicketCookieGenerator(CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator) |
void |
InitialFlowSetupAction.setWarnCookieGenerator(CookieRetrievingCookieGenerator warnCookieGenerator) |
Copyright © 2004-2012 Jasig. All Rights Reserved.