|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AbstractCasAction | Abstract class that provides a convenient wrapper around the doExecute method such that anything one places in the Model will be stored in the FlowScope to later be accessed by any action that needs it. |
CasServletFlowExecutionManager | Specific subclass of FlowExecutionManager to override default value for FlowExecutionIdParameterName to match the login token from the CAS 2.0 protocol. |
LoginFormAction | Action in flow of Login that attempts to collect and process credentials related to any type of information that can be collected via form. |
ModelAndEvent | Holder for both Model and Event in the CAS work flow. |
RedirectViewDescriptorCreator | Custom View Descriptor that allows the Web Flow to have an end state that allows for redirects based on a URL provided rather than just configured views. |
TicketGrantingTicketCheckAction | Action to check to see if a TicketGrantingTicket exists and if we can grant a ServiceTicket using that TicketGrantingTicket. |
WarnAction | Action for determining whether the warning page needs to be displayed or not. |
This package defines the Webflow for the complete Login workflow (TGT Check, Form Check, Warning Check, Service Redirect) as a set of Actions.
The workflow is defined using the Spring Webflow package, which has documentation at http://static.springframework.org/spring-webflow/docs/pr3/api/
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |