Package org.apereo.cas.web.flow.config
Class X509AuthenticationWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.X509AuthenticationWebflowConfiguration
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
@Configuration("x509AuthenticationWebflowConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class X509AuthenticationWebflowConfiguration extends java.lang.Object implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description X509AuthenticationWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)org.springframework.webflow.execution.Actionx509Check()org.apereo.cas.web.flow.CasWebflowConfigurerx509WebflowConfigurer()
-
-
-
Method Detail
-
x509WebflowConfigurer
@ConditionalOnMissingBean(name="x509WebflowConfigurer") @ConditionalOnBean(name="defaultWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer x509WebflowConfigurer()
-
x509Check
@Bean public org.springframework.webflow.execution.Action x509Check()
-
configureWebflowExecutionPlan
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
- Specified by:
configureWebflowExecutionPlanin interfaceorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
-
-