Package org.apereo.cas.web.flow.config
Class CasWebflowContextConfiguration.CasWebflowContextExecutionPlanConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.CasWebflowContextConfiguration.CasWebflowContextExecutionPlanConfiguration
-
- Enclosing class:
- CasWebflowContextConfiguration
@Configuration(value="CasWebflowContextExecutionPlanConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasWebflowContextConfiguration.CasWebflowContextExecutionPlanConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CasWebflowContextExecutionPlanConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurercasDefaultWebflowExecutionPlanConfigurer(org.apereo.cas.web.flow.CasWebflowConfigurer defaultWebflowConfigurer, org.apereo.cas.web.flow.CasWebflowConfigurer defaultLogoutWebflowConfigurer, org.apereo.cas.web.flow.CasWebflowConfigurer groovyWebflowConfigurer, org.springframework.web.servlet.i18n.LocaleChangeInterceptor localeChangeInterceptor, org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor 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)
-
-
-
Method Detail
-
defaultWebflowConfigurer
@ConditionalOnMissingBean(name="defaultWebflowConfigurer") @Bean @Order(-2147483648) 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) 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) 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 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.apereo.cas.web.flow.CasWebflowConfigurer groovyWebflowConfigurer, @Qualifier("localeChangeInterceptor") org.springframework.web.servlet.i18n.LocaleChangeInterceptor localeChangeInterceptor, @Qualifier("resourceUrlProviderExposingInterceptor") org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor 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)
-
-