Skip navigation links
A C D E F G I L N O P R S T V 

A

AbstractLogoutAction - Class in org.apereo.cas.web.flow
Abstract logout action, which prevents caching on logout.
AbstractLogoutAction() - Constructor for class org.apereo.cas.web.flow.AbstractLogoutAction
 
authenticationViaFormAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 

C

CasDefaultFlowUrlHandler - Class in org.apereo.cas.web.flow
Provides special handling for parameters in requests made to the CAS login webflow.
CasDefaultFlowUrlHandler() - Constructor for class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
 
CasSupportActionsConfiguration - Class in org.apereo.cas.web.config
CasSupportActionsConfiguration() - Constructor for class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
CompositeFlowExecutionKeyConverter - Class in org.apereo.cas.web.flow
Special converter for the CompositeFlowExecutionKey to return as a String.
CompositeFlowExecutionKeyConverter() - Constructor for class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
 
convertSourceToTargetClass(Object, Class) - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
 
createFlowDefinitionUrl(String, AttributeMap, HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
 
createFlowExecutionUrl(String, String, HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
 

D

DEFAULT_FLOW_EXECUTION_KEY_PARAMETER - Static variable in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
Default flow execution key parameter name, "execution".
destroyApplicationSession(HttpServletRequest, HttpServletResponse) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
Destroy application session.
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.AbstractLogoutAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.GatewayServicesManagementCheck
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.GenerateServiceTicketAction
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.GenericSuccessViewAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.InitialAuthenticationRequestValidationAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.InitializeLoginAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.ServiceAuthorizationCheck
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.ServiceWarningAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
 
doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
Determines whether the TGT in the flow request context is valid.
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.apereo.cas.web.flow.AbstractLogoutAction
Execute the logout action after invalidating the cache.
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.apereo.cas.web.flow.FrontChannelLogoutAction
 
doInternalExecute(HttpServletRequest, HttpServletResponse, RequestContext) - Method in class org.apereo.cas.web.flow.LogoutAction
 

E

errorHandlerResolver() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 

F

FINISH_EVENT - Static variable in class org.apereo.cas.web.flow.AbstractLogoutAction
The finish event in webflow.
FlowExecutionExceptionResolver - Class in org.apereo.cas.web
The FlowExecutionExceptionResolver catches the FlowExecutionRepositoryException thrown by Spring Webflow when the given flow id no longer exists.
FlowExecutionExceptionResolver() - Constructor for class org.apereo.cas.web.FlowExecutionExceptionResolver
 
FRONT_EVENT - Static variable in class org.apereo.cas.web.flow.AbstractLogoutAction
The front event in webflow.
frontChannelLogoutAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
FrontChannelLogoutAction - Class in org.apereo.cas.web.flow
Logout action for front SLO : find the next eligible service and perform front logout.
FrontChannelLogoutAction(LogoutManager) - Constructor for class org.apereo.cas.web.flow.FrontChannelLogoutAction
Build from the logout manager.

G

gatewayServicesManagementCheck() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
GatewayServicesManagementCheck - Class in org.apereo.cas.web.flow
Performs an authorization check for the gateway request if there is no Ticket Granting Ticket.
GatewayServicesManagementCheck(ServicesManager) - Constructor for class org.apereo.cas.web.flow.GatewayServicesManagementCheck
Initialize the component with an instance of the services manager.
generateServiceTicketAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
GenerateServiceTicketAction - Class in org.apereo.cas.web.flow
Action to generate a service ticket for a given Ticket Granting Ticket and Service.
GenerateServiceTicketAction(AuthenticationSystemSupport, CentralAuthenticationService, TicketRegistrySupport, ServicesManager) - Constructor for class org.apereo.cas.web.flow.GenerateServiceTicketAction
 
genericSuccessViewAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
GenericSuccessViewAction - Class in org.apereo.cas.web.flow
Action that should execute prior to rendering the generic-success login view.
GenericSuccessViewAction(CentralAuthenticationService, ServicesManager, ServiceFactory, String) - Constructor for class org.apereo.cas.web.flow.GenericSuccessViewAction
Instantiates a new Generic success view action.
getAuthenticationPrincipal(String) - Method in class org.apereo.cas.web.flow.GenericSuccessViewAction
Gets authentication principal.
getFlowExecutionKey(HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
Get the flow execution key.
getServicesManager() - Method in class org.apereo.cas.web.flow.InitialFlowSetupAction
 
getSourceClass() - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
 
getTargetClass() - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
 

I

initialAuthenticationRequestValidationAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
InitialAuthenticationRequestValidationAction - Class in org.apereo.cas.web.flow
InitialAuthenticationRequestValidationAction(CasWebflowEventResolver) - Constructor for class org.apereo.cas.web.flow.InitialAuthenticationRequestValidationAction
 
initialFlowSetupAction(ArgumentExtractor) - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
InitialFlowSetupAction - Class in org.apereo.cas.web.flow
Class to automatically set the paths for the CookieGenerators.
InitialFlowSetupAction(List<ArgumentExtractor>, ServicesManager, CookieRetrievingCookieGenerator, CookieRetrievingCookieGenerator, CasConfigurationProperties) - Constructor for class org.apereo.cas.web.flow.InitialFlowSetupAction
 
initializeLoginAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
InitializeLoginAction - Class in org.apereo.cas.web.flow
InitializeLoginAction(ServicesManager) - Constructor for class org.apereo.cas.web.flow.InitializeLoginAction
 
INVALID - Static variable in class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
TGT invalid event ID="invalid".
isGatewayPresent(RequestContext) - Method in class org.apereo.cas.web.flow.GenerateServiceTicketAction
Checks if gateway is present in the request params.

L

logoutAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
LogoutAction - Class in org.apereo.cas.web.flow
Action to delete the TGT and the appropriate cookies.
LogoutAction(ServiceFactory<WebApplicationService>, ServicesManager, LogoutProperties) - Constructor for class org.apereo.cas.web.flow.LogoutAction
 
LogoutConversionService - Class in org.apereo.cas.web.flow
Special conversion service with a CompositeFlowExecutionKeyConverter.
LogoutConversionService() - Constructor for class org.apereo.cas.web.flow.LogoutConversionService
Build a new conversion service with a CompositeFlowExecutionKeyConverter.

N

NOT_EXISTS - Static variable in class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
TGT does not exist event ID="notExists".

O

org.apereo.cas.web - package org.apereo.cas.web
 
org.apereo.cas.web.config - package org.apereo.cas.web.config
 
org.apereo.cas.web.flow - package org.apereo.cas.web.flow
 

P

preventCaching(HttpServletResponse) - Method in class org.apereo.cas.web.flow.AbstractLogoutAction
Prevent caching by adding the appropriate headers.

R

resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.apereo.cas.web.FlowExecutionExceptionResolver
 

S

sendTicketGrantingTicketAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
SendTicketGrantingTicketAction - Class in org.apereo.cas.web.flow
Action that handles the TicketGrantingTicket creation and destruction.
SendTicketGrantingTicketAction(CentralAuthenticationService, ServicesManager, CookieRetrievingCookieGenerator, boolean) - Constructor for class org.apereo.cas.web.flow.SendTicketGrantingTicketAction
 
serviceAuthorizationCheck() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
ServiceAuthorizationCheck - Class in org.apereo.cas.web.flow
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).
ServiceAuthorizationCheck(ServicesManager, AuthenticationServiceSelectionPlan) - Constructor for class org.apereo.cas.web.flow.ServiceAuthorizationCheck
Initialize the component with an instance of the services manager.
servicesManager - Variable in class org.apereo.cas.web.flow.InitializeLoginAction
The services manager with access to the registry.
serviceWarningAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
ServiceWarningAction - Class in org.apereo.cas.web.flow
ServiceWarningAction(CentralAuthenticationService, AuthenticationSystemSupport, TicketRegistrySupport, CookieRetrievingCookieGenerator) - Constructor for class org.apereo.cas.web.flow.ServiceWarningAction
 
setFlowExecutionKeyParameter(String) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
Sets the parameter name used to carry flow execution key in request.

T

terminate(RequestContext) - Method in class org.apereo.cas.web.flow.TerminateSessionAction
Terminates the CAS SSO session by destroying the TGT (if any) and removing cookies related to the SSO session.
terminateSessionAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
TerminateSessionAction - Class in org.apereo.cas.web.flow
Terminates the CAS SSO session by destroying all SSO state data (i.e.
TerminateSessionAction(CentralAuthenticationService, CookieRetrievingCookieGenerator, CookieRetrievingCookieGenerator, LogoutProperties) - Constructor for class org.apereo.cas.web.flow.TerminateSessionAction
 
ticketGrantingTicketCheckAction() - Method in class org.apereo.cas.web.config.CasSupportActionsConfiguration
 
TicketGrantingTicketCheckAction - Class in org.apereo.cas.web.flow
Webflow action that checks whether the TGT in the request context is valid.
TicketGrantingTicketCheckAction() - Constructor for class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
 
TicketGrantingTicketCheckAction(CentralAuthenticationService) - Constructor for class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
Creates a new instance with the given ticket registry.

V

VALID - Static variable in class org.apereo.cas.web.flow.TicketGrantingTicketCheckAction
TGT valid event ID="valid".
A C D E F G I L N O P R S T V 
Skip navigation links