Package org.apereo.cas.config
Class CasWebflowContextConfiguration.CasWebflowContextExecutionPlanConfiguration
java.lang.Object
org.apereo.cas.config.CasWebflowContextConfiguration.CasWebflowContextExecutionPlanConfiguration
- Enclosing class:
CasWebflowContextConfiguration
@Configuration(value="CasWebflowContextExecutionPlanConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasWebflowContextConfiguration.CasWebflowContextExecutionPlanConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurercasDefaultWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer defaultWebflowConfigurer, org.apereo.cas.web.flow.CasWebflowConfigurer defaultLogoutWebflowConfigurer, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.web.flow.CasWebflowConfigurer> groovyWebflowConfigurer, org.springframework.web.servlet.HandlerInterceptor localeChangeInterceptor, org.springframework.web.servlet.HandlerInterceptor resourceUrlProviderExposingInterceptor, org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.theme.ThemeChangeInterceptor> themeChangeInterceptor, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> authenticationThrottlingExecutionPlan) org.apereo.cas.web.flow.CasWebflowConfigurerdefaultLogoutWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices) org.apereo.cas.web.flow.CasWebflowConfigurerdefaultWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices) org.apereo.cas.web.flow.CasWebflowConfigurergroovyWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
-
Constructor Details
-
CasWebflowContextExecutionPlanConfiguration
public CasWebflowContextExecutionPlanConfiguration()
-
-
Method Details
-
defaultWebflowConfigurer
@ConditionalOnMissingBean(name="defaultWebflowConfigurer") @Bean @Order(-2147483648) @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer defaultWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, @Qualifier("logoutFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices) -
defaultLogoutWebflowConfigurer
@ConditionalOnMissingBean(name="defaultLogoutWebflowConfigurer") @Bean @Order(-2147483648) @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer defaultLogoutWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, @Qualifier("logoutFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices) -
groovyWebflowConfigurer
@ConditionalOnMissingBean(name="groovyWebflowConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingGraalVMNativeImage public org.apereo.cas.web.flow.CasWebflowConfigurer groovyWebflowConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, @Qualifier("logoutFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry logoutFlowRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices) -
casDefaultWebflowExecutionPlanConfigurer
@ConditionalOnMissingBean(name="casDefaultWebflowExecutionPlanConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer casDefaultWebflowExecutionPlanConfigurer(@Qualifier("defaultWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer defaultWebflowConfigurer, @Qualifier("defaultLogoutWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer defaultLogoutWebflowConfigurer, @Qualifier("groovyWebflowConfigurer") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.web.flow.CasWebflowConfigurer> groovyWebflowConfigurer, @Qualifier("localeChangeInterceptor") org.springframework.web.servlet.HandlerInterceptor localeChangeInterceptor, @Qualifier("resourceUrlProviderExposingInterceptor") org.springframework.web.servlet.HandlerInterceptor resourceUrlProviderExposingInterceptor, @Qualifier("themeChangeInterceptor") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.theme.ThemeChangeInterceptor> themeChangeInterceptor, @Qualifier("authenticationThrottlingExecutionPlan") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.throttle.AuthenticationThrottlingExecutionPlan> authenticationThrottlingExecutionPlan)
-