A B C D E F G H I L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAuthenticationAction - Class in org.apereo.cas.web.flow.actions
-
This is
AbstractAuthenticationAction. - AbstractAuthenticationAction() - Constructor for class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
- AbstractCasWebflowConfigurer - Class in org.apereo.cas.web.flow.configurer
-
The
AbstractCasWebflowConfigureris responsible for providing an entry point into the CAS webflow. - AbstractCasWebflowConfigurer() - Constructor for class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- AbstractCasWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
-
This is
AbstractCasWebflowEventResolverthat provides parent operations for all child event resolvers to handle core webflow changes. - AbstractCasWebflowEventResolver() - Constructor for class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
- AbstractNonInteractiveCredentialsAction - Class in org.apereo.cas.web.flow.actions
-
Abstract class to handle the retrieval and authentication of non-interactive credential such as client certificates, NTLM, etc.
- AbstractNonInteractiveCredentialsAction(CasDelegatingWebflowEventResolver, CasWebflowEventResolver, AdaptiveAuthenticationPolicy) - Constructor for class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
- addActionsToActionStateExecutionListAt(Flow, String, int, EvaluateAction...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Add actions to action state execution list at.
- addDelegate(CasWebflowEventResolver) - Method in interface org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver
-
Add delegate.
- addDelegate(CasWebflowEventResolver) - Method in class org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver
- addDelegate(CasWebflowEventResolver, int) - Method in interface org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver
-
Add delegate given an index/position.
- addDelegate(CasWebflowEventResolver, int) - Method in class org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver
- addStrategy(List<SingleSignOnParticipationStrategy>) - Method in class org.apereo.cas.web.flow.ChainingSingleSignOnParticipationStrategy
-
Add providers.
- addStrategy(SingleSignOnParticipationStrategy) - Method in class org.apereo.cas.web.flow.ChainingSingleSignOnParticipationStrategy
-
Add provider.
- applicationContext - Variable in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Application context.
- AuthenticationExceptionHandlerAction - Class in org.apereo.cas.web.flow.actions
-
Performs two important error handling functions on an
AuthenticationExceptionraised from the authentication layer: Maps handler errors onto message bundle strings for display to user. Determines the next webflow state by comparing handler errors. - AuthenticationExceptionHandlerAction() - Constructor for class org.apereo.cas.web.flow.actions.AuthenticationExceptionHandlerAction
B
- BaseSingleSignOnParticipationStrategy - Class in org.apereo.cas.web.flow
- BaseSingleSignOnParticipationStrategy() - Constructor for class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
- BasicSubflowExpression - Class in org.apereo.cas.web.flow.configurer
-
Creates a custom subflow expression.
- BasicSubflowExpression() - Constructor for class org.apereo.cas.web.flow.configurer.BasicSubflowExpression
- build() - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
- build() - Method in class org.apereo.cas.web.flow.executor.WebflowExecutorFactory
-
Build flow executor.
- buildErrorMessageResolver(Exception, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
-
Build error message resolver.
- buildFlow(String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
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
- CasDelegatingWebflowEventResolver - Interface in org.apereo.cas.web.flow.resolver
-
This is
CasDelegatingWebflowEventResolverthat delegates the actual task of event resolution to a number of inner resolvers. - CasFlowHandlerAdapter - Class in org.apereo.cas.web.flow
-
This is
CasFlowHandlerAdapter. - CasFlowHandlerAdapter(String) - Constructor for class org.apereo.cas.web.flow.CasFlowHandlerAdapter
- casProperties - Variable in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
CAS Properties.
- CasWebflowEventResolutionConfigurationContext - Class in org.apereo.cas.web.flow.resolver.impl
- CasWebflowEventResolutionConfigurationContext() - Constructor for class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- CasWebflowEventResolver - Interface in org.apereo.cas.web.flow.resolver
-
This is
CasWebflowEventResolverthat decides the next event in the authentication web flow. - CasWebflowExceptionHandler<T extends java.lang.Exception> - Interface in org.apereo.cas.web.flow.authentication
-
This is
CasWebflowExceptionHandler. - ChainingSingleSignOnParticipationStrategy - Class in org.apereo.cas.web.flow
- ChainingSingleSignOnParticipationStrategy() - Constructor for class org.apereo.cas.web.flow.ChainingSingleSignOnParticipationStrategy
- CheckWebAuthenticationRequestAction - Class in org.apereo.cas.web.flow.actions
-
This is
CheckWebAuthenticationRequestAction. - CheckWebAuthenticationRequestAction() - Constructor for class org.apereo.cas.web.flow.actions.CheckWebAuthenticationRequestAction
- ClearWebflowCredentialAction - Class in org.apereo.cas.web.flow.actions
-
This action
ClearWebflowCredentialActionis invoked ONLY as an exit-action for non-interactive authn flows. - ClearWebflowCredentialAction() - Constructor for class org.apereo.cas.web.flow.actions.ClearWebflowCredentialAction
- ClientFlowExecutionKey - Class in org.apereo.cas.web.flow.executor
-
Spring Webflow execution id that contains the serialized flow execution state as part of the identifier.
- ClientFlowExecutionKey(byte[]) - Constructor for class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
- ClientFlowExecutionKey(UUID, byte[]) - Constructor for class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
- ClientFlowExecutionRepository - Class in org.apereo.cas.web.flow.executor
-
Stores all flow execution state in
ClientFlowExecutionKey, which effectively stores execution state on the client in a form parameter when a view is rendered. - ClientFlowExecutionRepository() - Constructor for class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- ClientFlowExecutionRepositoryException - Exception in org.apereo.cas.web.flow.executor
-
Describes exceptions unique to
ClientFlowExecutionRepository. - ClientFlowExecutionRepositoryException(String) - Constructor for exception org.apereo.cas.web.flow.executor.ClientFlowExecutionRepositoryException
- ClientFlowExecutionRepositoryException(String, Throwable) - Constructor for exception org.apereo.cas.web.flow.executor.ClientFlowExecutionRepositoryException
- cloneActionState(ActionState, ActionState) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Clone action state.
- CompositeFlowExecutionKeyConverter - Class in org.apereo.cas.web.flow
-
Special converter for the
CompositeFlowExecutionKeyto return as a String. - CompositeFlowExecutionKeyConverter() - Constructor for class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
- configureStrategy(ChainingSingleSignOnParticipationStrategy) - Method in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategyConfigurer
-
Configure strategy.
- constructCredentialsFromRequest(RequestContext) - Method in class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
-
Abstract method to implement to construct the credential from the request object.
- ConsumerExecutionAction - Class in org.apereo.cas.web.flow.actions
-
This is
ConsumerExecutionAction. - ConsumerExecutionAction() - Constructor for class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
- containsFlowState(Flow, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- containsSubflowState(Flow, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- containsTransition(TransitionableState, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- convertSourceToTargetClass(Object, Class) - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
- createActionState(Flow, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createActionState(Flow, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createActionState(Flow, String, Action) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createActionState(Flow, String, Action...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createAuthenticationWarningMessagesView(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create authentication warning messages view.
- createClonedActionState(Flow, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Clone and create action state.
- createCreateTicketGrantingTicketAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create create ticket granting ticket action.
- createDecisionState(Flow, String, String, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createDefaultActionStates(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create default action states.
- createDefaultDecisionStates(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create default decision states.
- createDefaultEndStates(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create default global exception handlers.
- createDefaultGlobalExceptionHandlers(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create default global exception handlers.
- createDefaultViewStates(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create default view states.
- createEndState(Flow, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createEndState(Flow, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createEndState(Flow, String, String, boolean) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createEndState(Flow, String, Expression) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createEndState(Flow, String, ViewFactory) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createEndWebflowEndState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create end webflow end state.
- createEvaluateAction(String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createEvaluateActionForExistingActionState(Flow, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create evaluate action for action state action.
- createExpression(String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createExpression(String, Class) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createExternalRedirectViewFactory(String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create external redirect view factory.
- createFinishLogoutState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLogoutWebflowConfigurer
-
Create finish logout decision state.
- 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
- createFlowVariable(Flow, String, Class) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create flow variable flow variable.
- createFrontLogoutActionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLogoutWebflowConfigurer
-
Create front logout action state.
- createGatewayRequestCheckDecisionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create gateway request check decision state.
- createGatewayServicesMgmtAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create gateway services mgmt action.
- createGenerateServiceTicketAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create generate service ticket action.
- createGenericLoginSuccessEndState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create generic login success end state.
- createHandleAuthenticationFailureAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create handle authentication failure action.
- createHasServiceCheckDecisionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create has service check decision state.
- createInitialAuthenticationRequestValidationCheckAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create initial authentication request validation check action.
- createInitialFlowActions(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create initial flow actions.
- createInjectHeadersActionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create header end state.
- createLoginFormView(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create login form view.
- createLogoutConfirmationView(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLogoutWebflowConfigurer
-
Create logout confirmation view.
- createLogoutViewState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLogoutWebflowConfigurer
-
Create logout view state.
- createMapperToSubflowState(List<DefaultMapping>) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create mapper to subflow state.
- createMappingToSubflowState(String, String, boolean, Class) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create mapping to subflow state.
- createPostEndState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create post end state.
- createRealSubmitAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create real submit action.
- createRedirectEndState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create redirect end state.
- createRedirectToServiceActionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create redirect to service action state.
- createRedirectUnauthorizedServiceUrlEndState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create redirect unauthorized service url end state.
- createRememberMeAuthnWebflowConfig(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create remember me authn webflow config.
- createRenderAction(String...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createRenewCheckActionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create renew check state.
- createSendTicketGrantingTicketAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create send ticket granting ticket action.
- createServiceAuthorizationCheckAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create service authorization check action.
- createServiceCheckDecisionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create service check decision state.
- createServiceErrorEndState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create service error end state.
- createServiceUnauthorizedCheckDecisionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create service unauthorized check decision state.
- createServiceWarningViewState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create service warning view state.
- createSetAction(String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createStateBinderConfiguration(List<String>) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createStateDefaultTransition(TransitionableState, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createStateDefaultTransition(TransitionableState, StateDefinition) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createStateModelBinding(TransitionableState, String, Class) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createSubflowAttributeMapper(Mapper, Mapper) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create subflow attribute mapper.
- createSubflowState(Flow, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createSubflowState(Flow, String, String, Action) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTerminateSessionAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create terminate session action.
- createTerminateSessionActionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLogoutWebflowConfigurer
-
Create terminate session action state.
- createTicketGrantingTicketCheckAction(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create ticket granting ticket check action.
- createTransition(String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransition(String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransition(String, String, Action...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransition(String, TransitionableState) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransition(Expression, String, Action...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(Flow, String, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(TransitionableState, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(TransitionableState, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(TransitionableState, String, String, boolean) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(TransitionableState, String, String, boolean, Map<String, Object>) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(TransitionableState, String, String, boolean, Map<String, Object>, Action...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(TransitionableState, String, String, Map<String, Object>) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(TransitionableState, String, String, Map<String, Object>, Action...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionForState(TransitionableState, String, String, Action...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransitionsForState(Flow, String, Map<String, String>) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create transitions for state.
- createViewState(Flow, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createViewState(Flow, String, String, BinderConfiguration) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createViewState(Flow, String, Expression, BinderConfiguration) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createViewState(Flow, String, ViewFactory) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createWarnDecisionState(Flow) - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Create warn decision state.
D
- decode(byte[]) - Method in class org.apereo.cas.web.flow.executor.EncryptedTranscoder
- decode(byte[]) - Method in interface org.apereo.cas.web.flow.executor.Transcoder
-
Decodes a stream of bytes produced by
Transcoder.encode(Object)back into the original object. - decorate(RequestContext, ApplicationContext) - Method in class org.apereo.cas.web.flow.decorator.GroovyLoginWebflowDecorator
- decorate(RequestContext, ApplicationContext) - Method in class org.apereo.cas.web.flow.decorator.RestfulLoginWebflowDecorator
- decorate(RequestContext, ApplicationContext) - Method in interface org.apereo.cas.web.flow.decorator.WebflowDecorator
-
Decorate the request context in the webflow with additional info and manipulate relevant scopes.
- decrypt(byte[]) - Method in class org.apereo.cas.web.flow.executor.WebflowCipherBean
- decrypt(InputStream, OutputStream) - Method in class org.apereo.cas.web.flow.executor.WebflowCipherBean
- DEFAULT_FLOW_EXECUTION_KEY_PARAMETER - Static variable in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
-
Default flow execution key parameter name, "execution".
- DefaultCasDelegatingWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
-
This is
DefaultCasDelegatingWebflowEventResolver, which handles the initial authentication attempt and calls upon a number of embedded resolvers to produce the next event in the authentication flow. - DefaultCasDelegatingWebflowEventResolver(CasWebflowEventResolutionConfigurationContext, CasWebflowEventResolver) - Constructor for class org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver
- DefaultCasWebflowAbstractTicketExceptionHandler - Class in org.apereo.cas.web.flow.authentication
- DefaultCasWebflowAbstractTicketExceptionHandler() - Constructor for class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
- DefaultCasWebflowAuthenticationExceptionHandler - Class in org.apereo.cas.web.flow.authentication
- DefaultCasWebflowAuthenticationExceptionHandler() - Constructor for class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
- DefaultCasWebflowExecutionPlan - Class in org.apereo.cas.web.flow.configurer.plan
-
This is
DefaultCasWebflowExecutionPlan. - DefaultCasWebflowExecutionPlan() - Constructor for class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- DefaultLoginWebflowConfigurer - Class in org.apereo.cas.web.flow.configurer
-
This is
DefaultLoginWebflowConfigurer. - DefaultLoginWebflowConfigurer(FlowBuilderServices, FlowDefinitionRegistry, ConfigurableApplicationContext, CasConfigurationProperties) - Constructor for class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
-
Instantiates a new Default webflow configurer.
- DefaultLogoutWebflowConfigurer - Class in org.apereo.cas.web.flow.configurer
-
This is
DefaultLogoutWebflowConfigurer. - DefaultLogoutWebflowConfigurer(FlowBuilderServices, FlowDefinitionRegistry, ConfigurableApplicationContext, CasConfigurationProperties) - Constructor for class org.apereo.cas.web.flow.configurer.DefaultLogoutWebflowConfigurer
-
Instantiates a new Default webflow configurer.
- DefaultRegisteredServiceUserInterfaceInfo - Class in org.apereo.cas.web.flow.services
- DefaultRegisteredServiceUserInterfaceInfo() - Constructor for class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
- DefaultRegisteredServiceUserInterfaceInfo.Logo - Class in org.apereo.cas.web.flow.services
-
The Logo wrapper class for services UI.
- DefaultSingleSignOnParticipationStrategy - Class in org.apereo.cas.web.flow
- DefaultSingleSignOnParticipationStrategy(ServicesManager, SingleSignOnProperties, TicketRegistrySupport, AuthenticationServiceSelectionPlan) - Constructor for class org.apereo.cas.web.flow.DefaultSingleSignOnParticipationStrategy
- dispose() - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
- doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
- doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.AuthenticationExceptionHandlerAction
- doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.CheckWebAuthenticationRequestAction
- doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.ClearWebflowCredentialAction
- doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.RedirectToServiceAction
- doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.RenewAuthenticationRequestCheckAction
- doExecute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.StaticEventExecutionAction
- doInitialize() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Handle the initialization of the webflow.
- doInitialize() - Method in class org.apereo.cas.web.flow.configurer.DefaultLoginWebflowConfigurer
- doInitialize() - Method in class org.apereo.cas.web.flow.configurer.DefaultLogoutWebflowConfigurer
- doInitialize() - Method in class org.apereo.cas.web.flow.configurer.GroovyWebflowConfigurer
- doPreExecute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
- DynamicFlowModelBuilder - Class in org.apereo.cas.web.flow.configurer
-
This is
DynamicFlowModelBuilder. - DynamicFlowModelBuilder() - Constructor for class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Instantiates a new Dynamic flow model builder.
E
- encode(Object) - Method in class org.apereo.cas.web.flow.executor.EncryptedTranscoder
- encode(Object) - Method in interface org.apereo.cas.web.flow.executor.Transcoder
-
Encodes an object into a stream of bytes.
- encrypt(byte[]) - Method in class org.apereo.cas.web.flow.executor.WebflowCipherBean
- encrypt(ByteArrayOutputStream) - Method in class org.apereo.cas.web.flow.executor.EncryptedTranscoder
-
Encrypt.
- encrypt(InputStream, OutputStream) - Method in class org.apereo.cas.web.flow.executor.WebflowCipherBean
- EncryptedTranscoder - Class in org.apereo.cas.web.flow.executor
-
Encodes an object by encrypting its serialized byte stream.
- EncryptedTranscoder(CipherBean) - Constructor for class org.apereo.cas.web.flow.executor.EncryptedTranscoder
- execute() - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- execute(RequestContext) - Method in class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
F
- finalizeResponseEvent(RequestContext, WebApplicationService, Response) - Method in class org.apereo.cas.web.flow.actions.RedirectToServiceAction
-
Finalize response event event.
- fireEventHooks(Event, RequestContext) - Method in class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
-
Fire event hooks.
- flowBuilderServices - Variable in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Flow builder services.
G
- GenericCasWebflowExceptionHandler - Class in org.apereo.cas.web.flow.authentication
-
This is
GenericCasWebflowExceptionHandler. - GenericCasWebflowExceptionHandler() - Constructor for class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
- getAuthenticationFailureErrorEvent(RequestContext, Exception) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
Gets authentication failure error event.
- getAuthenticationFrom(SingleSignOnParticipationRequest) - Static method in class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
Gets authentication from.
- getCredentialFromContext(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
Gets credential from context.
- getDescription() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets description.
- getDescriptions() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets descriptions.
- getDisplayName() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets display name.
- getDisplayNames() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
- getExpressionStringFromAction(EvaluateAction) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Gets expression string from action.
- getFinalResponseEventId(WebApplicationService, Response, RequestContext) - Method in class org.apereo.cas.web.flow.actions.InjectResponseHeadersAction
- getFinalResponseEventId(WebApplicationService, Response, RequestContext) - Method in class org.apereo.cas.web.flow.actions.RedirectToServiceAction
-
Gets final response event id.
- getFlow(String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getFlow(FlowDefinitionRegistry, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getFlowExecution(FlowExecutionKey) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- getFlowExecutionKey(HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
-
Get the flow execution key.
- getFlowModelResource() - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
- getInformationURL() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets information uRL.
- getInformationURLs() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets information uR ls.
- getKey(FlowExecution) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- getLock(FlowExecutionKey) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- getLoginFlow() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getLogoHeight() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets logo height.
- getLogoUrl() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets logo url.
- getLogoUrls() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets logo urls.
- getLogoutFlow() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getLogoWidth() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets logo height.
- getName() - Method in interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
-
Define the name of this even resolver.
- getOrder() - Method in class org.apereo.cas.web.flow.authentication.RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
- getPrivacyStatementURL() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets privacy statement uRL.
- getPrivacyStatementURLs() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets privacy statement uR ls.
- getRegisteredService(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
Determine registered service.
- getSourceClass() - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
- getSpringExpressionParser() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Gets spring expression parser.
- getStartState(Flow) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getState(Flow, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getState(Flow, String, Class<T>) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getTargetClass() - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
- getTicketGrantingTicketId(SingleSignOnParticipationRequest) - Static method in class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
Gets ticket granting ticket id.
- getTicketState(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
Gets ticket state.
- getTransitionableState(Flow, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Gets transitionable state.
- getTransitionableState(Flow, String, Class<T>) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Gets transitionable state.
- getTransitionExecutionCriteriaChainForTransition(Transition) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getValue(Object) - Method in class org.apereo.cas.web.flow.configurer.BasicSubflowExpression
- getViewStateBinderConfiguration(ViewState) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- grantServiceTicket(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
-
Grant service ticket for the given credential based on the service and tgt that are found in the request context.
- grantTicketGrantingTicketToAuthenticationResult(RequestContext, AuthenticationResultBuilder, Service) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
Grant ticket granting ticket.
- GroovyCasWebflowAuthenticationExceptionHandler - Class in org.apereo.cas.web.flow.authentication
- GroovyCasWebflowAuthenticationExceptionHandler(Resource, ApplicationContext) - Constructor for class org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
- GroovyLoginWebflowDecorator - Class in org.apereo.cas.web.flow.decorator
-
This is
GroovyLoginWebflowDecorator. - GroovyLoginWebflowDecorator(Resource) - Constructor for class org.apereo.cas.web.flow.decorator.GroovyLoginWebflowDecorator
- GroovyWebflowConfigurer - Class in org.apereo.cas.web.flow.configurer
-
This is
GroovyWebflowConfigurer. - GroovyWebflowConfigurer(FlowBuilderServices, FlowDefinitionRegistry, ConfigurableApplicationContext, CasConfigurationProperties) - Constructor for class org.apereo.cas.web.flow.configurer.GroovyWebflowConfigurer
H
- handle(Exception, RequestContext) - Method in class org.apereo.cas.web.flow.actions.AuthenticationExceptionHandlerAction
-
Maps an authentication exception onto a state name.
- handle(Exception, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
- handle(Exception, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
- handle(AuthenticationException, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
- handle(AbstractTicketException, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
- handle(T, RequestContext) - Method in interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler
-
Handle event.
- handleAbstractTicketException(AbstractTicketException, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
-
Maps an
AbstractTicketExceptiononto a state name equal to the simple class name of the exception with highest precedence. - handleAuthenticationException(AuthenticationException, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
-
Maps an authentication exception onto a state name equal to the simple class name of the handler errors.
- handleAuthenticationTransactionAndGrantTicketGrantingTicket(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
Handle authentication transaction and grant ticket granting ticket.
- hasFlowModelResourceChanged() - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
I
- init() - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
- InitialAuthenticationAction - Class in org.apereo.cas.web.flow.actions
-
This is
InitialAuthenticationAction, which serves as a placeholder for now to control initial authn behavior, and to accommodate audit log events. - InitialAuthenticationAction(CasDelegatingWebflowEventResolver, CasWebflowEventResolver, AdaptiveAuthenticationPolicy) - Constructor for class org.apereo.cas.web.flow.actions.InitialAuthenticationAction
- initialize() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- InjectResponseHeadersAction - Class in org.apereo.cas.web.flow.actions
-
This is
InjectResponseHeadersAction. - InjectResponseHeadersAction(ResponseBuilderLocator) - Constructor for class org.apereo.cas.web.flow.actions.InjectResponseHeadersAction
- isCreateCookieOnRenewedAuthentication(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.ChainingSingleSignOnParticipationStrategy
- isCreateCookieOnRenewedAuthentication(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.DefaultSingleSignOnParticipationStrategy
- isParticipating(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.authentication.RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
- isParticipating(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.ChainingSingleSignOnParticipationStrategy
- isParticipating(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.DefaultSingleSignOnParticipationStrategy
- isRequestAskingForServiceTicket(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
-
Is request asking for service ticket?
L
- Logo() - Constructor for class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- 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. - logoutFlowDefinitionRegistry - Variable in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
The logout flow definition registry.
M
- mainFlowDefinitionRegistry - Variable in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
The Login flow definition registry.
N
- newEvent(String) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
New event event.
- newEvent(String, Throwable) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
New event based on the id, which contains an error attribute referring to the exception occurred.
- newEvent(String, AttributeMap) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
New event based on the given id.
O
- onError(RequestContext) - Method in class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
-
On error.
- onError(RequestContext) - Method in class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
- onSuccess(RequestContext) - Method in class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
-
On success.
- onWarn(RequestContext) - Method in class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
-
On warn.
- org.apereo.cas.web.flow - package org.apereo.cas.web.flow
- org.apereo.cas.web.flow.actions - package org.apereo.cas.web.flow.actions
- org.apereo.cas.web.flow.authentication - package org.apereo.cas.web.flow.authentication
- org.apereo.cas.web.flow.configurer - package org.apereo.cas.web.flow.configurer
- org.apereo.cas.web.flow.configurer.plan - package org.apereo.cas.web.flow.configurer.plan
- org.apereo.cas.web.flow.decorator - package org.apereo.cas.web.flow.decorator
- org.apereo.cas.web.flow.executor - package org.apereo.cas.web.flow.executor
- org.apereo.cas.web.flow.resolver - package org.apereo.cas.web.flow.resolver
- org.apereo.cas.web.flow.resolver.impl - package org.apereo.cas.web.flow.resolver.impl
- org.apereo.cas.web.flow.services - package org.apereo.cas.web.flow.services
P
- parse(String) - Static method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
-
Parse.
- parseFlowExecutionKey(String) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- prependActionsToActionStateExecutionList(Flow, String, String...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Prepend actions to action state execution list.
- prependActionsToActionStateExecutionList(Flow, ActionState, EvaluateAction...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Prepend actions to action state execution list.
- putFlowExecution(FlowExecution) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
R
- RedirectToServiceAction - Class in org.apereo.cas.web.flow.actions
-
This is
RedirectToServiceAction. - RedirectToServiceAction() - Constructor for class org.apereo.cas.web.flow.actions.RedirectToServiceAction
- registeredService - Variable in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
the registered service.
- RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy - Class in org.apereo.cas.web.flow.authentication
- RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy(ServicesManager, TicketRegistrySupport, AuthenticationServiceSelectionPlan, AuthenticationEventExecutionPlan, ConfigurableApplicationContext) - Constructor for class org.apereo.cas.web.flow.authentication.RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
- registerWebflowConfigurer(CasWebflowConfigurer) - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- registerWebflowInterceptor(HandlerInterceptor) - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- registerWebflowLoginContextProvider(CasWebflowLoginContextProvider) - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- removeAllFlowExecutionSnapshots(FlowExecution) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- removeFlowExecution(FlowExecution) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- removeFlowExecutionSnapshot(FlowExecution) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- RenewAuthenticationRequestCheckAction - Class in org.apereo.cas.web.flow.actions
- RenewAuthenticationRequestCheckAction() - Constructor for class org.apereo.cas.web.flow.actions.RenewAuthenticationRequestCheckAction
- resolve(RequestContext) - Method in interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
-
Resolve event.
- resolve(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
- resolveCandidateAuthenticationEvents(RequestContext, Service, RegisteredService) - Method in class org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver
-
Resolve candidate authentication events set.
- resolveInternal(RequestContext) - Method in interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
-
Resolve internal event.
- resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver
- resolveInternal(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
- resolveServiceFromAuthenticationRequest(Service) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
Resolve service from authentication request.
- resolveServiceFromAuthenticationRequest(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
Resolve service from authentication request service.
- resolveSingle(RequestContext) - Method in interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
-
Resolve single event.
- resolveSingle(RequestContext) - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
- RestfulLoginWebflowDecorator - Class in org.apereo.cas.web.flow.decorator
-
This is
RestfulLoginWebflowDecorator. - RestfulLoginWebflowDecorator() - Constructor for class org.apereo.cas.web.flow.decorator.RestfulLoginWebflowDecorator
S
- serviceSelectionStrategy - Variable in class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
The Service selection strategy.
- servicesManager - Variable in class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
The Services manager.
- ServiceTicketRequestWebflowEventResolver - Class in org.apereo.cas.web.flow.resolver.impl
-
This is
ServiceTicketRequestWebflowEventResolverthat creates the next event responding to requests that are service-ticket requests. - ServiceTicketRequestWebflowEventResolver(CasWebflowEventResolutionConfigurationContext) - Constructor for class org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
- setGlobalTransitions(List<TransitionModel>) - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Sets global transitions.
- setOnStartActions(List<AbstractActionModel>) - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Sets on start actions.
- setStartState(Flow, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- setStartState(Flow, TransitionableState) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- setStartStateId(String) - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Sets start state id.
- setStates(List<AbstractStateModel>) - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Sets states.
- setVars(List<VarModel>) - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Sets vars.
- SingleSignOnParticipationStrategyConfigurer - Interface in org.apereo.cas.web.flow
- StaticEventExecutionAction - Class in org.apereo.cas.web.flow.actions
-
This is
StaticEventExecutionAction. - StaticEventExecutionAction() - Constructor for class org.apereo.cas.web.flow.actions.StaticEventExecutionAction
- SUCCESS - Static variable in class org.apereo.cas.web.flow.actions.StaticEventExecutionAction
-
Success action.
- supports(Exception, RequestContext) - Method in interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler
-
Supports exception.
- supports(Exception, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
- supports(Exception, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
- supports(Exception, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
- supports(Exception, RequestContext) - Method in class org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
- supports(Object) - Method in class org.apereo.cas.web.flow.CasFlowHandlerAdapter
- supports(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.authentication.RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
- supports(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.ChainingSingleSignOnParticipationStrategy
T
- ticketRegistrySupport - Variable in class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
The Ticket registry support.
- toString() - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
- Transcoder - Interface in org.apereo.cas.web.flow.executor
-
Provides a strategy pattern interface for transforming an object into a byte array and vice versa.
U
- UNKNOWN - Static variable in interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler
-
Unknown event id, principal or action.
- updateFlowExecutionSnapshot(FlowExecution) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
W
- WebflowCipherBean - Class in org.apereo.cas.web.flow.executor
-
This is
WebflowCipherBean. - WebflowCipherBean() - Constructor for class org.apereo.cas.web.flow.executor.WebflowCipherBean
- WebflowDecorator - Interface in org.apereo.cas.web.flow.decorator
-
This is
WebflowDecorator. - WebflowExecutorFactory - Class in org.apereo.cas.web.flow.executor
-
This is
WebflowExecutorFactory. - WebflowExecutorFactory() - Constructor for class org.apereo.cas.web.flow.executor.WebflowExecutorFactory
- writeObjectToOutputStream(Object, ObjectOutputStream) - Method in class org.apereo.cas.web.flow.executor.EncryptedTranscoder
-
Write object to output stream.
All Classes All Packages