Class U2FWebflowConfiguration.U2FWebflowRegistryConfiguration

java.lang.Object
org.apereo.cas.config.U2FWebflowConfiguration.U2FWebflowRegistryConfiguration
Enclosing class:
U2FWebflowConfiguration

@Configuration(value="U2FWebflowRegistryConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class U2FWebflowConfiguration.U2FWebflowRegistryConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.definition.registry.FlowDefinitionRegistry
    u2fFlowRegistry(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

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

    • U2FWebflowRegistryConfiguration

      public U2FWebflowRegistryConfiguration()
  • Method Details

    • u2fFlowRegistry

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