Package org.apereo.cas.web.flow.config
Class X509AuthenticationWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.X509AuthenticationWebflowConfiguration
-
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnFeatureEnabled(feature=X509) @AutoConfiguration public class X509AuthenticationWebflowConfiguration extends java.lang.Object- Since:
- 5.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classX509AuthenticationWebflowConfiguration.X509TomcatServletWebServiceFactoryConfiguration
-
Constructor Summary
Constructors Constructor Description X509AuthenticationWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.configurer.CasMultifactorWebflowCustomizerx509CasMultifactorWebflowCustomizer()org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerx509CasWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer x509WebflowConfigurer)org.springframework.webflow.execution.Actionx509Check(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.CasWebflowConfigurerx509WebflowConfigurer(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)
-
-
-
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)
-
-