Class WebflowExecutorFactory

java.lang.Object
org.apereo.cas.web.flow.executor.WebflowExecutorFactory

public class WebflowExecutorFactory extends Object
Since:
5.3.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.executor.FlowExecutor
    Build flow executor.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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