Package 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.

See:
          Description

Class Summary
AbstractNonInteractiveCredentialsAction Abstract class to handle the retrieval and authentication of non-interactive credentials such as client certificates, NTLM, etc.
AuthenticationViaFormAction Action to authenticate credentials and retrieve a TicketGrantingTicket for those credentials.
CasDefaultFlowUrlHandler Extends the DefaultFlowUrlHandler to support the CAS requirement that tokens be retrieved via the "lt" request parameter.
GenerateServiceTicketAction Action to generate a service ticket for a given Ticket Granting Ticket and Service.
InitialFlowSetupAction Class to automatically set the paths for the CookieGenerators.
SendTicketGrantingTicketAction Action that handles the TicketGrantingTicket creation and destruction.
 

Package org.jasig.cas.web.flow Description

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/



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