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 Provides special handling for parameters in requests made to the CAS login webflow.
GenerateLoginTicketAction Generates the login ticket parameter as described in section 3.5 of the CAS protocol.
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.
TerminateWebSessionListener Listener to expire web session as soon as the webflow is ended.
 

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-2013 Jasig. All Rights Reserved.