Class U2FWebflowConfiguration.U2FWebflowRegistryConfiguration

  • Enclosing class:
    U2FWebflowConfiguration

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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • U2FWebflowRegistryConfiguration

        public U2FWebflowRegistryConfiguration()
    • Method Detail

      • 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)