Class X509AuthenticationWebflowConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnFeatureEnabled(feature=X509)
    @AutoConfiguration
    public class X509AuthenticationWebflowConfiguration
    extends java.lang.Object
    Since:
    5.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.configurer.CasMultifactorWebflowCustomizer x509CasMultifactorWebflowCustomizer()  
      org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer x509CasWebflowExecutionPlanConfigurer​(org.apereo.cas.web.flow.CasWebflowConfigurer x509WebflowConfigurer)  
      org.springframework.webflow.execution.Action x509Check​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.adaptors.x509.authentication.X509CertificateExtractor x509CertificateExtractor, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      org.apereo.cas.web.flow.CasWebflowConfigurer x509WebflowConfigurer​(org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • X509AuthenticationWebflowConfiguration

        public X509AuthenticationWebflowConfiguration()
    • Method Detail

      • x509WebflowConfigurer

        @ConditionalOnMissingBean(name="x509WebflowConfigurer")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.CasWebflowConfigurer x509WebflowConfigurer​(@Qualifier("loginFlowRegistry")
                                                                                  org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry,
                                                                                  @Qualifier("flowBuilderServices")
                                                                                  org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices,
                                                                                  org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                  org.springframework.context.ConfigurableApplicationContext applicationContext)
      • x509CasMultifactorWebflowCustomizer

        @Bean
        @ConditionalOnMissingBean(name="x509CasMultifactorWebflowCustomizer")
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.configurer.CasMultifactorWebflowCustomizer x509CasMultifactorWebflowCustomizer()
      • x509Check

        @ConditionalOnMissingBean(name="x509Check")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.webflow.execution.Action x509Check​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                      @Qualifier("initialAuthenticationAttemptWebflowEventResolver")
                                                                      org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver,
                                                                      @Qualifier("x509CertificateExtractor")
                                                                      org.apereo.cas.adaptors.x509.authentication.X509CertificateExtractor x509CertificateExtractor,
                                                                      @Qualifier("serviceTicketRequestWebflowEventResolver")
                                                                      org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver,
                                                                      @Qualifier("adaptiveAuthenticationPolicy")
                                                                      org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy,
                                                                      org.apereo.cas.configuration.CasConfigurationProperties casProperties)
      • x509CasWebflowExecutionPlanConfigurer

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="x509CasWebflowExecutionPlanConfigurer")
        public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer x509CasWebflowExecutionPlanConfigurer​(@Qualifier("x509WebflowConfigurer")
                                                                                                               org.apereo.cas.web.flow.CasWebflowConfigurer x509WebflowConfigurer)