Package org.apereo.cas.config
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.resolver.CasWebflowEventResolverwebAuthnAuthenticationWebflowEventResolver(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)
-
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)
-