Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAuthenticationAction - Class in org.apereo.cas.web.flow.actions
-
This is
AbstractAuthenticationAction. - AbstractCasWebflowConfigurer - Class in org.apereo.cas.web.flow.configurer
-
The
AbstractCasWebflowConfigureris responsible for providing an entry point into the CAS webflow. - 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. - 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.
- AccountProfileWebflowConfigurer - Class in org.apereo.cas.web.flow.configurer.acct
-
This is
AccountProfileWebflowConfigurer. - AccountProfileWebflowConfigurer(FlowBuilderServices, FlowDefinitionRegistry, ConfigurableApplicationContext, CasConfigurationProperties) - Constructor for class org.apereo.cas.web.flow.configurer.acct.AccountProfileWebflowConfigurer
- addActionsToActionStateExecutionListAt(Flow, String, int, Action...) - 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(ConfigurableApplicationContext) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- argumentExtractors(List<ArgumentExtractor>) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- authenticationContextValidator(MultifactorAuthenticationContextValidator) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- authenticationEventExecutionPlan(AuthenticationEventExecutionPlan) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- 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(List<CasWebflowExceptionHandler>) - Constructor for class org.apereo.cas.web.flow.actions.AuthenticationExceptionHandlerAction
- authenticationRequestServiceSelectionStrategies(AuthenticationServiceSelectionPlan) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- authenticationSystemSupport(AuthenticationSystemSupport) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
B
- BaseBrowserStorageAction - Class in org.apereo.cas.web.flow.actions.storage
-
This is
BaseBrowserStorageAction. - BaseBrowserStorageAction(CasCookieBuilder) - Constructor for class org.apereo.cas.web.flow.actions.storage.BaseBrowserStorageAction
- BaseCasWebflowAction - Class in org.apereo.cas.web.flow.actions
-
This is
BaseCasWebflowAction. - BaseCasWebflowAction() - Constructor for class org.apereo.cas.web.flow.actions.BaseCasWebflowAction
- BaseSingleSignOnParticipationStrategy - Class in org.apereo.cas.web.flow
- BaseSingleSignOnParticipationStrategy(ServicesManager, TicketRegistrySupport, AuthenticationServiceSelectionPlan) - Constructor for class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
Creates a new
BaseSingleSignOnParticipationStrategyinstance. - BasicSubflowExpression - Class in org.apereo.cas.web.flow.configurer
-
Creates a custom subflow expression.
- BasicSubflowExpression(String, FlowDefinitionRegistry) - Constructor for class org.apereo.cas.web.flow.configurer.BasicSubflowExpression
- BROWSER_STORAGE_REQUEST_IN_PROGRESS - Static variable in class org.apereo.cas.web.flow.actions.storage.ReadBrowserStorageAction
-
Flag to indicate the read request is in progress and might be looping back.
- build() - Method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder
- 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.
- build() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- builder() - Static method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier
- builder() - Static method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- buildFlow(String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- buildTicketGrantingTicket(AuthenticationResult, Authentication, String) - Method in class org.apereo.cas.web.flow.DefaultSingleSignOnBuildingStrategy
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. - CasFlowExecutor - Interface in org.apereo.cas.web.flow.executor
-
This is
CasFlowExecutor. - CasFlowHandlerAdapter - Class in org.apereo.cas.web.flow
-
This is
CasFlowHandlerAdapter. - CasFlowHandlerAdapter(String) - Constructor for class org.apereo.cas.web.flow.CasFlowHandlerAdapter
- CasFlowHandlerMapping - Class in org.apereo.cas.web.flow
-
This is
CasFlowHandlerMapping. - CasFlowHandlerMapping() - Constructor for class org.apereo.cas.web.flow.CasFlowHandlerMapping
- CasMvcViewFactoryCreator - Class in org.apereo.cas.web.flow.resolver
-
This is
CasMvcViewFactoryCreator. - CasMvcViewFactoryCreator() - Constructor for class org.apereo.cas.web.flow.resolver.CasMvcViewFactoryCreator
- casProperties(CasConfigurationProperties) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- CasWebflowAware - Interface in org.apereo.cas.web.flow.resolver
-
This is
CasWebflowAware. - casWebflowCredentialProvider(CasWebflowCredentialProvider) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- CasWebflowCustomizer - Interface in org.apereo.cas.web.flow.configurer
-
This is
CasWebflowCustomizer. - CasWebflowEventResolutionConfigurationContext - Class in org.apereo.cas.web.flow.resolver.impl
- CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder<C,
B> - Class in org.apereo.cas.web.flow.resolver.impl - CasWebflowEventResolutionConfigurationContextBuilder() - Constructor for class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- CasWebflowEventResolver - Interface in org.apereo.cas.web.flow.resolver
-
This is
CasWebflowEventResolverthat decides the next event in the authentication web flow. - CasWebflowExceptionCatalog - Interface in org.apereo.cas.web.flow.authentication
-
This is
CasWebflowExceptionCatalog. - CasWebflowExceptionConfigurer - Interface in org.apereo.cas.web.flow.authentication
-
This is
CasWebflowExceptionConfigurer. - CasWebflowExceptionHandler<T> - Interface in org.apereo.cas.web.flow.authentication
-
This is
CasWebflowExceptionHandler. - centralAuthenticationService(CentralAuthenticationService) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- 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(String) - 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
- ClientFlowExecutionRepository(FlowExecutionFactory, FlowDefinitionLocator, Transcoder) - Constructor for class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- ClientFlowExecutionRepository.SerializedFlowExecutionState - Class in org.apereo.cas.web.flow.executor
- ClientFlowExecutionRepositoryException - Exception Class in org.apereo.cas.web.flow.executor
-
Describes exceptions unique to
ClientFlowExecutionRepository. - ClientFlowExecutionRepositoryException(String) - Constructor for exception class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepositoryException
- ClientFlowExecutionRepositoryException(String, Throwable) - Constructor for exception class 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
- configure(CasWebflowExceptionCatalog) - Method in interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionConfigurer
-
Configure.
- configureStrategy(ChainingSingleSignOnParticipationStrategy) - Method in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategyConfigurer
-
Configure strategy.
- ConsumerExecutionAction - Class in org.apereo.cas.web.flow.actions
-
This is
ConsumerExecutionAction. - ConsumerExecutionAction(Consumer<RequestContext>) - 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
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.apereo.cas.web.flow.StringToCharArrayConverter
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.apereo.cas.web.flow.StringToServiceConverter
- 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
- createClonedActionState(Flow, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Clone and create action state.
- createDecisionState(Flow, String, String, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- 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
- 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
- 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
- createFlowInputMapper(List<? extends Mapping>) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create flow input mapper.
- createFlowInputMapper(List<? extends Mapping>, Flow) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create mapper to subflow state.
- createFlowMapping(String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Create flow mapping.
- createFlowMapping(String, String, boolean, Class) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createFlowVariable(Flow, String, Class) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createRenderAction(String...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- 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
- createStateBinderConfiguration(Map<String, Map<String, 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, FlowDefinitionRegistry, Action) - 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
- 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, TargetStateResolver) - 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
- createTransition(Expression, TargetStateResolver) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- createTransition(Expression, TargetStateResolver, 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
- createTransitionForState(TransitionableState, String, TargetStateResolver) - 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
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) - Method in class org.apereo.cas.web.flow.decorator.GroovyLoginWebflowDecorator
- decorate(RequestContext) - Method in class org.apereo.cas.web.flow.decorator.RestfulLoginWebflowDecorator
- decorate(RequestContext) - 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(CasWebflowExceptionCatalog, String) - Constructor for class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
-
Creates a new
DefaultCasWebflowAbstractTicketExceptionHandlerinstance. - DefaultCasWebflowAuthenticationExceptionHandler - Class in org.apereo.cas.web.flow.authentication
- DefaultCasWebflowAuthenticationExceptionHandler(CasWebflowExceptionCatalog, String) - Constructor for class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
-
Creates a new
DefaultCasWebflowAuthenticationExceptionHandlerinstance. - DefaultCasWebflowCredentialProvider - Class in org.apereo.cas.web.flow.authentication
-
This is
DefaultCasWebflowCredentialProvider. - DefaultCasWebflowCredentialProvider() - Constructor for class org.apereo.cas.web.flow.authentication.DefaultCasWebflowCredentialProvider
- DefaultCasWebflowExceptionCatalog - Class in org.apereo.cas.web.flow.authentication
-
This is
DefaultCasWebflowExceptionCatalog. - DefaultCasWebflowExceptionCatalog() - Constructor for class org.apereo.cas.web.flow.authentication.DefaultCasWebflowExceptionCatalog
- DefaultCasWebflowExecutionPlan - Class in org.apereo.cas.web.flow.configurer.plan
-
This is
DefaultCasWebflowExecutionPlan. - DefaultCasWebflowExecutionPlan(ConfigurableApplicationContext) - 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
- 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
- DefaultRegisteredServiceUserInterfaceInfo - Class in org.apereo.cas.web.flow.services
- DefaultRegisteredServiceUserInterfaceInfo(WebBasedRegisteredService) - Constructor for class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Creates a new
DefaultRegisteredServiceUserInterfaceInfoinstance. - DefaultRegisteredServiceUserInterfaceInfo.Logo - Class in org.apereo.cas.web.flow.services
-
The Logo wrapper class for services UI.
- DefaultSingleSignOnBuildingStrategy - Class in org.apereo.cas.web.flow
-
This is
DefaultSingleSignOnBuildingStrategy. - DefaultSingleSignOnBuildingStrategy(TicketRegistrySupport, CentralAuthenticationService) - Constructor for class org.apereo.cas.web.flow.DefaultSingleSignOnBuildingStrategy
- 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
- doExecuteInternal(RequestContext) - Method in class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
- doInitialize() - Method in class org.apereo.cas.web.flow.configurer.GroovyWebflowConfigurer
- 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.
- DynamicTargetStateResolver - Class in org.apereo.cas.web.flow.resolver
-
This is
DynamicTargetStateResolver. - DynamicTargetStateResolver(Flow) - Constructor for class org.apereo.cas.web.flow.resolver.DynamicTargetStateResolver
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(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
- EncryptedTranscoder(CipherBean, boolean) - Constructor for class org.apereo.cas.web.flow.executor.EncryptedTranscoder
-
Creates a new
EncryptedTranscoderinstance. - equals(Object) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
- equals(Object) - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- Errors(String...) - Constructor for class org.apereo.cas.web.flow.actions.PopulateMessageContextAction.Errors
- execute() - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- extract(RequestContext) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowCredentialProvider
F
- FetchTicketGrantingTicketAction - Class in org.apereo.cas.web.flow.actions
-
This is
FetchTicketGrantingTicketAction. - FetchTicketGrantingTicketAction(TicketRegistry, CasCookieBuilder) - Constructor for class org.apereo.cas.web.flow.actions.FetchTicketGrantingTicketAction
- FlowBuilderConversionService - Class in org.apereo.cas.web.flow
-
Special conversion service with a
CompositeFlowExecutionKeyConverter. - FlowBuilderConversionService(ServiceFactory<WebApplicationService>) - Constructor for class org.apereo.cas.web.flow.FlowBuilderConversionService
G
- GenericCasWebflowExceptionHandler - Class in org.apereo.cas.web.flow.authentication
-
This is
GenericCasWebflowExceptionHandler. - GenericCasWebflowExceptionHandler(CasWebflowExceptionCatalog, String) - Constructor for class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
-
Creates a new
GenericCasWebflowExceptionHandlerinstance. - get() - Method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier
- getApplicationContext() - Method in class org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
- getApplicationContext() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Application context.
- getApplicationContext() - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- getApplicationContext() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getArgumentExtractors() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getAuthenticationContextValidator() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getAuthenticationEventExecutionPlan() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getAuthenticationRequestServiceSelectionStrategies() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getAuthenticationSystemSupport() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getBrowserStorageContextKey() - Method in class org.apereo.cas.web.flow.actions.storage.BaseBrowserStorageAction
- getCasProperties() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
CAS Properties.
- getCasProperties() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getCasWebflowCredentialProvider() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getCentralAuthenticationService() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getConfigurationContext() - Method in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
- getConversationScope() - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository.SerializedFlowExecutionState
- getConversionExecutor(String, Class<?>, Class<?>) - Method in class org.apereo.cas.web.flow.FlowBuilderConversionService
-
This is necessary here, because the default executor will wrap our converter inside a
ObjectToArraycomponent that inteferes with the conversion. - getData() - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
- 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
- getErrors() - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
-
Ordered list of error classes that this class knows how to handle.
- getErrors() - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
-
Ordered list of error classes that this class knows how to handle.
- getErrors() - Method in class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
- getExecution() - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository.SerializedFlowExecutionState
- getExpressionStringFromAction(EvaluateAction) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Gets expression string from action.
- 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
- getFlowBuilderServices() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Flow builder services.
- getFlowExecution(FlowExecutionKey) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- getFlowExecutionKey(HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
- getFlowExecutionRepository() - Method in interface org.apereo.cas.web.flow.executor.CasFlowExecutor
-
Gets flow execution repository.
- getFlowId() - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository.SerializedFlowExecutionState
- getFlowId(HttpServletRequest) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
- getFlowModel() - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
The Flow model.
- getFlowModelResource() - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
- getFlowUrlHandler() - Method in interface org.apereo.cas.web.flow.executor.CasFlowExecutor
-
Gets flow url handler.
- getHeight() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- getId() - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
- 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() - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- 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
- getLogoutFlowDefinitionRegistry() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
The logout flow definition registry.
- getLogoWidth() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
Gets logo height.
- getMainFlowDefinitionRegistry() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
The Login flow definition registry.
- getMessageBundlePrefix() - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
-
String appended to exception class name to create a message bundle key for that particular error.
- getMessageBundlePrefix() - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
-
String appended to exception class name to create a message bundle key for that particular error.
- getMessageBundlePrefix() - Method in class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
-
String appended to exception class name to create a message bundle key for that particular error.
- getMultifactorAuthenticationProviderSelector() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getName() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getOrder() - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
- getOrder() - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
- getOrder() - Method in class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
- getOrder() - Method in class org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
- getOrder() - Method in class org.apereo.cas.web.flow.authentication.RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
- getOrder() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getOrder() - Method in interface org.apereo.cas.web.flow.configurer.CasWebflowCustomizer
- getOrder() - Method in class org.apereo.cas.web.flow.DefaultSingleSignOnParticipationStrategy
- getPrincipalFactory() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- 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.
- getProperties() - Method in class org.apereo.cas.web.flow.DefaultSingleSignOnParticipationStrategy
- getRegisteredExceptions() - Method in interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog
-
Gets registered exceptions.
- getRegisteredExceptions() - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowExceptionCatalog
- getRegisteredService() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo
-
the registered service.
- getRegisteredServiceAccessStrategyEnforcer() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getServicesManager() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getSingleSignOnBuildingStrategy() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getSingleSignOnParticipationStrategy() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getSourceClass() - Method in class org.apereo.cas.web.flow.CompositeFlowExecutionKeyConverter
- getSourceClass() - Method in class org.apereo.cas.web.flow.StringToCharArrayConverter
- getSourceClass() - Method in class org.apereo.cas.web.flow.StringToServiceConverter
- 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
- getTargetClass() - Method in class org.apereo.cas.web.flow.StringToCharArrayConverter
- getTargetClass() - Method in class org.apereo.cas.web.flow.StringToServiceConverter
- getTicketGrantingCookieBuilder() - Method in class org.apereo.cas.web.flow.actions.storage.BaseBrowserStorageAction
- getTicketGrantingTicketCookieGenerator() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getTicketRegistry() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getTicketRegistrySupport() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- 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
- getTransitionExecutionCriteriaChainForTransition(Transition) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getUrl() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- getValue(Object) - Method in class org.apereo.cas.web.flow.configurer.BasicSubflowExpression
- getViewStateBinderConfiguration(ViewState) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- getWarnCookieGenerator() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- getWatchableScript() - Method in class org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
- getWebflowAttributeMappings() - Method in interface org.apereo.cas.web.flow.configurer.CasWebflowCustomizer
-
Gets multifactor webflow attribute mappings.
- getWebflowConfigurers() - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- getWebflowInterceptors() - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- getWebflowLoginContextProviders() - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- getWidth() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- GroovyCasWebflowAuthenticationExceptionHandler - Class in org.apereo.cas.web.flow.authentication
- GroovyCasWebflowAuthenticationExceptionHandler(ExecutableCompiledScript, ApplicationContext) - Constructor for class org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
- 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(ExecutableCompiledScript) - Constructor for class org.apereo.cas.web.flow.decorator.GroovyLoginWebflowDecorator
- GroovyLoginWebflowDecorator(Resource) - Constructor for class org.apereo.cas.web.flow.decorator.GroovyLoginWebflowDecorator
- GroovyScriptWebflowAction - Class in org.apereo.cas.web.flow.actions
-
This is
GroovyScriptWebflowAction. - GroovyScriptWebflowAction(ExecutableCompiledScript, ApplicationContext, CasConfigurationProperties) - Constructor for class org.apereo.cas.web.flow.actions.GroovyScriptWebflowAction
- 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(HttpServletRequest, HttpServletResponse, Object) - Method in class org.apereo.cas.web.flow.CasFlowHandlerAdapter
- 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.
- hasFlowModelResourceChanged() - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
- hashCode() - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
- hashCode() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
I
- ID - Static variable in class org.apereo.cas.web.flow.StringToCharArrayConverter
-
The identifier of this converter.
- Info(String...) - Constructor for class org.apereo.cas.web.flow.actions.PopulateMessageContextAction.Info
- 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
- insertTransitionForState(TransitionableState, String, String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- INSTANCE - Static variable in class org.apereo.cas.web.flow.StringToCharArrayConverter
-
Single instance of this converter.
- isCreateCookieOnRenewedAuthentication(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.ChainingSingleSignOnParticipationStrategy
- isCreateCookieOnRenewedAuthentication(SingleSignOnParticipationRequest) - Method in class org.apereo.cas.web.flow.DefaultSingleSignOnParticipationStrategy
- isInitialized() - Method in class org.apereo.cas.web.flow.configurer.plan.DefaultCasWebflowExecutionPlan
- 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
L
- Logo() - Constructor for class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- Logo(String, long, long) - Constructor for class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
M
- multifactorAuthenticationProviderSelector(MultifactorAuthenticationProviderSelector) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
N
- NO_CONTENT - Static variable in class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
-
Consumer action that sets the response status to
HttpStatus.NO_CONTENTand marks the response as completed. - NONE - Static variable in class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
-
Consumer action that does nothing and returns null, effectively being a no-op.
- NULL - Static variable in class org.apereo.cas.web.flow.actions.StaticEventExecutionAction
-
Null/NoOp action.
O
- OK - Static variable in class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
-
Consumer action that sets the response status to
HttpStatus.OKand marks the response as completed. - 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.actions.storage - package org.apereo.cas.web.flow.actions.storage
- 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.acct - package org.apereo.cas.web.flow.configurer.acct
- 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
- PopulateMessageContextAction - Class in org.apereo.cas.web.flow.actions
-
This is
PopulateMessageContextAction. - PopulateMessageContextAction() - Constructor for class org.apereo.cas.web.flow.actions.PopulateMessageContextAction
- PopulateMessageContextAction.Errors - Class in org.apereo.cas.web.flow.actions
- PopulateMessageContextAction.Info - Class in org.apereo.cas.web.flow.actions
- PopulateMessageContextAction.Warning - Class in org.apereo.cas.web.flow.actions
- prependActionsToActionStateExecutionList(Flow, String, Object...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Prepend actions to action state execution list.
- prependActionsToActionStateExecutionList(Flow, TransitionableState, Action...) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
Prepend actions to action state execution list.
- principalFactory(PrincipalFactory) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- PutBrowserStorageAction - Class in org.apereo.cas.web.flow.actions.storage
-
This is
PutBrowserStorageAction. - PutBrowserStorageAction(CasCookieBuilder) - Constructor for class org.apereo.cas.web.flow.actions.storage.PutBrowserStorageAction
- putFlowExecution(FlowExecution) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
R
- ReadBrowserStorageAction - Class in org.apereo.cas.web.flow.actions.storage
-
This is
ReadBrowserStorageAction. - ReadBrowserStorageAction(CasCookieBuilder) - Constructor for class org.apereo.cas.web.flow.actions.storage.ReadBrowserStorageAction
- RedirectToServiceAction - Class in org.apereo.cas.web.flow.actions
-
This is
RedirectToServiceAction. - RedirectToServiceAction(ResponseBuilderLocator<WebApplicationService>) - Constructor for class org.apereo.cas.web.flow.actions.RedirectToServiceAction
- registeredServiceAccessStrategyEnforcer(AuditableExecution) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- 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
- registerException(Class<? extends Throwable>) - Method in interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog
-
Register exception.
- registerException(Class<? extends Throwable>) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowExceptionCatalog
- registerExceptions(Collection<Class<? extends Throwable>>) - Method in interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionCatalog
-
Register exception.
- registerExceptions(Collection<Class<? extends Throwable>>) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowExceptionCatalog
- 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(SingleSignOnParticipationStrategy) - 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
- 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
- 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
- resolveTargetState(Transition, State, RequestContext) - Method in class org.apereo.cas.web.flow.resolver.DynamicTargetStateResolver
- RestfulLoginWebflowDecorator - Class in org.apereo.cas.web.flow.decorator
-
This is
RestfulLoginWebflowDecorator. - RestfulLoginWebflowDecorator(RestfulWebflowLoginDecoratorProperties) - Constructor for class org.apereo.cas.web.flow.decorator.RestfulLoginWebflowDecorator
S
- servicesManager(ServicesManager) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- 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
- setBrowserStorageContextKey(String) - Method in class org.apereo.cas.web.flow.actions.storage.BaseBrowserStorageAction
- setEventId(String) - Method in class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
- setFlowDefinitionLocator(FlowDefinitionLocator) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- setFlowExecutionFactory(FlowExecutionFactory) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- setFlowExecutionKeyParameter(String) - Method in class org.apereo.cas.web.flow.CasDefaultFlowUrlHandler
- setGlobalTransitions(List<TransitionModel>) - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Sets global transitions.
- setHeight(long) - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- setLogoutFlowDefinitionRegistry(FlowDefinitionRegistry) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
-
The logout flow definition registry.
- setName(String) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- setOnStartActions(List<AbstractActionModel>) - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Sets on start actions.
- setOrder(int) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAbstractTicketExceptionHandler
- setOrder(int) - Method in class org.apereo.cas.web.flow.authentication.DefaultCasWebflowAuthenticationExceptionHandler
- setOrder(int) - Method in class org.apereo.cas.web.flow.authentication.GenericCasWebflowExceptionHandler
- setOrder(int) - Method in class org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
- setOrder(int) - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- setOrder(int) - Method in class org.apereo.cas.web.flow.DefaultSingleSignOnParticipationStrategy
- 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.
- setTranscoder(Transcoder) - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionRepository
- setUrl(String) - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- setVars(List<VarModel>) - Method in class org.apereo.cas.web.flow.configurer.DynamicFlowModelBuilder
-
Sets vars.
- setWidth(long) - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- singleSignOnBuildingStrategy(SingleSignOnBuildingStrategy) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- singleSignOnParticipationStrategy(SingleSignOnParticipationStrategy) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- SingleSignOnParticipationStrategyConfigurer - Interface in org.apereo.cas.web.flow
- StaticEventExecutionAction - Class in org.apereo.cas.web.flow.actions
-
This is
StaticEventExecutionAction. - StaticEventExecutionAction(String) - Constructor for class org.apereo.cas.web.flow.actions.StaticEventExecutionAction
- StringToCharArrayConverter - Class in org.apereo.cas.web.flow
-
This is
StringToCharArrayConverter. - StringToCharArrayConverter() - Constructor for class org.apereo.cas.web.flow.StringToCharArrayConverter
- StringToServiceConverter - Class in org.apereo.cas.web.flow
-
This is
StringToServiceConverter. - StringToServiceConverter(ServiceFactory<WebApplicationService>) - Constructor for class org.apereo.cas.web.flow.StringToServiceConverter
- 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
- ticketGrantingTicketCookieGenerator(CasCookieBuilder) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- ticketRegistry(TicketRegistry) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- ticketRegistrySupport(TicketRegistrySupport) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- toString() - Method in class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
- toString() - Method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder
- toString() - Method in class org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer
- toString() - Method in class org.apereo.cas.web.flow.executor.ClientFlowExecutionKey
- toString() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- toString() - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext
- toString() - Method in class org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo.Logo
- 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
- warnCookieGenerator(CasCookieBuilder) - Method in class org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext.CasWebflowEventResolutionConfigurationContextBuilder
- Warning(String...) - Constructor for class org.apereo.cas.web.flow.actions.PopulateMessageContextAction.Warning
- WebflowActionBeanSupplier - Class in org.apereo.cas.web.flow.actions
-
This is
WebflowActionBeanSupplier. - WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder<C,
B> - Class in org.apereo.cas.web.flow.actions - WebflowActionBeanSupplierBuilder() - Constructor for class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder
- WebflowCipherBean - Class in org.apereo.cas.web.flow.executor
-
This is
WebflowCipherBean. - WebflowCipherBean(CipherExecutor) - 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(WebflowProperties, FlowDefinitionRegistry, CipherExecutor, FlowExecutionListener[], FlowUrlHandler) - Constructor for class org.apereo.cas.web.flow.executor.WebflowExecutorFactory
- withAction(Supplier<Action>) - Method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder
- withApplicationContext(ApplicationContext) - Method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder
- withCondition(BeanCondition) - Method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder
- withId(String) - Method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder
- withProperties(CasConfigurationProperties) - Method in class org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder
- wrap(Action) - Static method in class org.apereo.cas.web.flow.actions.ConsumerExecutionAction
-
Wrap action.
- WriteBrowserStorageAction - Class in org.apereo.cas.web.flow.actions.storage
-
This is
WriteBrowserStorageAction. - WriteBrowserStorageAction(CasCookieBuilder) - Constructor for class org.apereo.cas.web.flow.actions.storage.WriteBrowserStorageAction
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form