Class WebAuthnWebflowConfiguration.WebAuthnWebflowEventResolutionConfiguration

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

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

    • WebAuthnWebflowEventResolutionConfiguration

      public WebAuthnWebflowEventResolutionConfiguration()
  • Method Details

    • webAuthnAuthenticationWebflowEventResolver

      @ConditionalOnMissingBean(name="webAuthnAuthenticationWebflowEventResolver") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver webAuthnAuthenticationWebflowEventResolver(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("casWebflowConfigurationContext") org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)