See: Description
| Class | Description |
|---|---|
| AbstractLogoutAction |
Abstract logout action, which prevents caching on logout.
|
| CasDefaultFlowUrlHandler |
Provides special handling for parameters in requests made to the CAS login
webflow.
|
| CompositeFlowExecutionKeyConverter |
Special converter for the
CompositeFlowExecutionKey to return as a String. |
| FrontChannelLogoutAction |
Logout action for front SLO : find the next eligible service and perform front logout.
|
| GatewayServicesManagementCheck |
Performs an authorization check for the gateway request if there is no Ticket Granting Ticket.
|
| 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.
|
| LogoutAction |
Action to delete the TGT and the appropriate cookies.
|
| LogoutConversionService |
Special conversion service with a
CompositeFlowExecutionKeyConverter. |
| SelectiveFlowHandlerAdapter |
Selective extension of
FlowHandlerAdapter that only supports FlowHandlers matching one or
more flow IDs. |
| SendTicketGrantingTicketAction |
Action that handles the TicketGrantingTicket creation and destruction.
|
| ServiceAuthorizationCheck |
Performs a basic check if an authentication request for a provided service is authorized to proceed
based on the registered services registry configuration (or lack thereof).
|
| TerminateSessionAction |
Terminates the CAS SSO session by destroying all SSO state data (i.e.
|
| TerminateWebSessionListener |
Listener to expire web session as soon as the webflow is ended.
|
| TicketGrantingTicketCheckAction |
Webflow action that checks whether the TGT in the request context is valid.
|
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-2015 Apereo. All Rights Reserved.