Class CasWebflowContextConfiguration.CasWebflowDefinitionsConfiguration

java.lang.Object
org.apereo.cas.config.CasWebflowContextConfiguration.CasWebflowDefinitionsConfiguration
Enclosing class:
CasWebflowContextConfiguration

@Configuration(value="CasWebflowDefinitionsConfiguration", proxyBeanMethods=false) public static class CasWebflowContextConfiguration.CasWebflowDefinitionsConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.definition.registry.FlowDefinitionRegistry
    loginFlowRegistry(org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.springframework.webflow.engine.builder.FlowBuilder flowBuilder)
     
    org.springframework.webflow.definition.registry.FlowDefinitionRegistry
    logoutFlowRegistry(org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.springframework.webflow.engine.builder.FlowBuilder flowBuilder)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CasWebflowDefinitionsConfiguration

      public CasWebflowDefinitionsConfiguration()
  • Method Details

    • logoutFlowRegistry

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, @Qualifier("flowBuilder") org.springframework.webflow.engine.builder.FlowBuilder flowBuilder)
    • loginFlowRegistry

      @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, @Qualifier("flowBuilder") org.springframework.webflow.engine.builder.FlowBuilder flowBuilder)