Class WebAuthnWebflowConfiguration.WebAuthnWebflowRegistryConfiguration

java.lang.Object
org.apereo.cas.config.WebAuthnWebflowConfiguration.WebAuthnWebflowRegistryConfiguration
Enclosing class:
WebAuthnWebflowConfiguration

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • WebAuthnWebflowRegistryConfiguration

      public WebAuthnWebflowRegistryConfiguration()
  • Method Details

    • webAuthnFlowRegistry

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