Package org.apereo.cas.web.flow.executor
Class WebflowExecutorFactory
java.lang.Object
org.apereo.cas.web.flow.executor.WebflowExecutorFactory
This is
WebflowExecutorFactory.- Since:
- 5.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionWebflowExecutorFactory(org.apereo.cas.configuration.model.core.web.flow.WebflowProperties webflowProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry flowDefinitionRegistry, org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor, org.springframework.webflow.execution.FlowExecutionListener[] executionListeners, org.springframework.webflow.context.servlet.FlowUrlHandler flowUrlHandler) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.executor.FlowExecutorbuild()Build flow executor.
-
Constructor Details
-
WebflowExecutorFactory
public WebflowExecutorFactory(org.apereo.cas.configuration.model.core.web.flow.WebflowProperties webflowProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry flowDefinitionRegistry, org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor, org.springframework.webflow.execution.FlowExecutionListener[] executionListeners, org.springframework.webflow.context.servlet.FlowUrlHandler flowUrlHandler)
-
-
Method Details
-
build
public org.springframework.webflow.executor.FlowExecutor build()Build flow executor.- Returns:
- the flow executor
-