Package org.apereo.cas.config
Class U2FWebflowConfiguration.U2FWebflowEventConfiguration
- java.lang.Object
-
- org.apereo.cas.config.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
-
-
Constructor Summary
Constructors Constructor Description U2FWebflowEventConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.resolver.CasWebflowEventResolveru2fAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)
-
-
-
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)
-
-