Class U2FWebflowConfiguration.U2FWebflowEventConfiguration

  • Enclosing class:
    U2FWebflowConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.resolver.CasWebflowEventResolver u2fAuthenticationWebflowEventResolver​(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)  
      • Methods inherited from class java.lang.Object

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

      • U2FWebflowEventConfiguration

        public U2FWebflowEventConfiguration()
    • Method Detail

      • u2fAuthenticationWebflowEventResolver

        @ConditionalOnMissingBean(name="u2fAuthenticationWebflowEventResolver")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver u2fAuthenticationWebflowEventResolver​(@Qualifier("casWebflowConfigurationContext")
                                                                                                              org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)