Class 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 Detail

      • X509AuthenticationWebflowConfiguration

        public X509AuthenticationWebflowConfiguration()
    • 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:
        configureWebflowExecutionPlan in interface org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer