Class WebAuthnWebflowConfiguration.WebAuthnWebflowBaseConfiguration

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.web.flow.CasWebflowConfigurer
    webAuthnMultifactorWebflowConfigurer(org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.springframework.webflow.definition.registry.FlowDefinitionRegistry webAuthnFlowRegistry, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.security.web.csrf.CsrfTokenRepository webAuthnCsrfTokenRepository)
     

    Methods inherited from class java.lang.Object

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

    • WebAuthnWebflowBaseConfiguration

      public WebAuthnWebflowBaseConfiguration()
  • Method Details

    • webAuthnMultifactorWebflowConfigurer

      @ConditionalOnMissingBean(name="webAuthnMultifactorWebflowConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer webAuthnMultifactorWebflowConfigurer(@Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, @Qualifier("webAuthnFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry webAuthnFlowRegistry, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnCsrfTokenRepository") org.springframework.security.web.csrf.CsrfTokenRepository webAuthnCsrfTokenRepository)