Package org.apereo.cas.config
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 java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description U2FWebflowRegistryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.definition.registry.FlowDefinitionRegistryu2fFlowRegistry(org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.springframework.webflow.engine.builder.FlowBuilder flowBuilder)
-
-
-
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)
-
-