Package org.apereo.cas.config
Class WebAuthnWebflowConfiguration.WebAuthnWebflowExecutionPlanConfiguration
java.lang.Object
org.apereo.cas.config.WebAuthnWebflowConfiguration.WebAuthnWebflowExecutionPlanConfiguration
- Enclosing class:
- WebAuthnWebflowConfiguration
@Configuration(value="WebAuthnWebflowExecutionPlanConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class WebAuthnWebflowConfiguration.WebAuthnWebflowExecutionPlanConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerwebAuthnCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer webAuthnMultifactorWebflowConfigurer)
-
Constructor Details
-
WebAuthnWebflowExecutionPlanConfiguration
public WebAuthnWebflowExecutionPlanConfiguration()
-
-
Method Details
-
webAuthnCasWebflowExecutionPlanConfigurer
@ConditionalOnMissingBean(name="webAuthnCasWebflowExecutionPlanConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer webAuthnCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("webAuthnMultifactorWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer webAuthnMultifactorWebflowConfigurer)
-