public class DefaultWebflowConfigurer extends AbstractCasWebflowConfigurer
DefaultWebflowConfigurer.applicationContext, casProperties, flowBuilderServices, loginFlowDefinitionRegistry, logoutFlowDefinitionRegistry| Constructor and Description |
|---|
DefaultWebflowConfigurer(org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices,
org.springframework.webflow.definition.registry.FlowDefinitionRegistry flowDefinitionRegistry)
Instantiates a new Default webflow configurer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDefaultActionStates(org.springframework.webflow.engine.Flow flow)
Create default action states.
|
protected void |
createDefaultDecisionStates(org.springframework.webflow.engine.Flow flow)
Create default decision states.
|
protected void |
createDefaultEndStates(org.springframework.webflow.engine.Flow flow)
Create default global exception handlers.
|
protected void |
createDefaultGlobalExceptionHandlers(org.springframework.webflow.engine.Flow flow)
Create default global exception handlers.
|
protected void |
createGatewayRequestCheckDecisionState(org.springframework.webflow.engine.Flow flow)
Create gateway request check decision state.
|
protected void |
createGatewayServicesMgmtAction(org.springframework.webflow.engine.Flow flow)
Create gateway services mgmt action.
|
protected void |
createHandleAuthenticationFailureAction(org.springframework.webflow.engine.Flow flow)
Create handle authentication failure action.
|
protected void |
createHasServiceCheckDecisionState(org.springframework.webflow.engine.Flow flow)
Create has service check decision state.
|
protected void |
createPostEndState(org.springframework.webflow.engine.Flow flow)
Create post end state.
|
protected void |
createRedirectEndState(org.springframework.webflow.engine.Flow flow)
Create redirect end state.
|
protected void |
createRedirectToServiceActionState(org.springframework.webflow.engine.Flow flow)
Create redirect to service action state.
|
protected void |
createRedirectUnauthorizedServiceUrlEndState(org.springframework.webflow.engine.Flow flow)
Create redirect unauthorized service url end state.
|
protected void |
createRememberMeAuthnWebflowConfig(org.springframework.webflow.engine.Flow flow)
Create remember me authn webflow config.
|
protected void |
createRenewCheckDecisionState(org.springframework.webflow.engine.Flow flow)
Create renew check decision state.
|
protected void |
createServiceCheckDecisionState(org.springframework.webflow.engine.Flow flow)
Create service check decision state.
|
protected void |
createServiceUnauthorizedCheckDecisionState(org.springframework.webflow.engine.Flow flow)
Create service unauthorized check decision state.
|
protected void |
createServiceWarningViewState(org.springframework.webflow.engine.Flow flow)
Create service warning view state.
|
protected void |
createTerminateSessionAction(org.springframework.webflow.engine.Flow flow)
Create terminate session action.
|
protected void |
createWarnDecisionState(org.springframework.webflow.engine.Flow flow)
Create warn decision state.
|
protected void |
doInitialize()
Handle the initialization of the webflow.
|
buildFlow, containsFlowState, containsTransition, createActionState, createDecisionState, createEndState, createEndState, createEndState, createEndState, createEndState, createEvaluateAction, createExpression, createFlowVariable, createMapperToSubflowState, createMappingToSubflowState, createStateBinderConfiguration, createStateDefaultTransition, createStateModelBinding, createSubflowAttributeMapper, createSubflowState, createSubflowState, createTransition, createTransition, createTransition, createTransition, createTransitionForState, createTransitionForState, createViewState, createViewState, createViewState, getExpressionStringFromAction, getLoginFlow, getLogoutFlow, getSpringExpressionParser, getStartState, getViewStateBinderConfiguration, initialize, registerMultifactorProvidersStateTransitionsIntoWebflow, setLogoutFlowDefinitionRegistry, setStartState, setStartStatepublic DefaultWebflowConfigurer(org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices,
org.springframework.webflow.definition.registry.FlowDefinitionRegistry flowDefinitionRegistry)
flowBuilderServices - the flow builder servicesflowDefinitionRegistry - the flow definition registryprotected void doInitialize()
throws java.lang.Exception
AbstractCasWebflowConfigurerdoInitialize in class AbstractCasWebflowConfigurerjava.lang.Exception - the exceptionprotected void createRememberMeAuthnWebflowConfig(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createDefaultActionStates(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createHandleAuthenticationFailureAction(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createRedirectToServiceActionState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createGatewayServicesMgmtAction(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createTerminateSessionAction(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createDefaultEndStates(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createRedirectEndState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createPostEndState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createRedirectUnauthorizedServiceUrlEndState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createServiceWarningViewState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createDefaultGlobalExceptionHandlers(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createDefaultDecisionStates(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createServiceUnauthorizedCheckDecisionState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createServiceCheckDecisionState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createWarnDecisionState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createGatewayRequestCheckDecisionState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createHasServiceCheckDecisionState(org.springframework.webflow.engine.Flow flow)
flow - the flowprotected void createRenewCheckDecisionState(org.springframework.webflow.engine.Flow flow)
flow - the flow