Package org.apereo.cas.web.flow.config
Class X509AuthenticationWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.X509AuthenticationWebflowConfiguration
-
@Configuration("x509AuthenticationWebflowConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class X509AuthenticationWebflowConfiguration extends java.lang.Object- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description X509AuthenticationWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerx509CasWebflowExecutionPlanConfigurer()org.springframework.webflow.execution.Actionx509Check()org.apereo.cas.web.flow.CasWebflowConfigurerx509WebflowConfigurer()
-
-
-
Method Detail
-
x509WebflowConfigurer
@ConditionalOnMissingBean(name="x509WebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer x509WebflowConfigurer()
-
x509Check
@Bean public org.springframework.webflow.execution.Action x509Check()
-
x509CasWebflowExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="x509CasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer x509CasWebflowExecutionPlanConfigurer()
-
-