Package org.apereo.cas.web.flow.config
Class CasWebflowContextConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.CasWebflowContextConfiguration
-
@Configuration(value="CasWebflowContextConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasWebflowContextConfiguration extends java.lang.ObjectThis isCasWebflowContextConfigurationthat attempts to create Spring-managed beans backed by external configuration.- Since:
- 5.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCasWebflowContextConfiguration.CasFlowHandlerMappingstatic classCasWebflowContextConfiguration.CasWebflowContextBuilderConfigurationstatic classCasWebflowContextConfiguration.CasWebflowContextExecutionPlanConfigurationstatic classCasWebflowContextConfiguration.CasWebflowContextFlowExecutorConfigurationstatic classCasWebflowContextConfiguration.CasWebflowContextFlowHandlerConfigurationstatic classCasWebflowContextConfiguration.CasWebflowContextInterceptorConfigurationstatic classCasWebflowContextConfiguration.CasWebflowDefinitionsConfigurationstatic classCasWebflowContextConfiguration.CasWebflowExecutionConfiguration
-
Constructor Summary
Constructors Constructor Description CasWebflowContextConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.beans.factory.InitializingBeancasWebflowExecutionPlanInitializer(org.springframework.beans.factory.ObjectProvider<CasWebflowContextConfiguration.CasFlowHandlerMapping> loginFlowHandlerMapping, org.apereo.cas.web.flow.CasWebflowExecutionPlan webflowExecutionPlan)
-
-
-
Method Detail
-
casWebflowExecutionPlanInitializer
@Bean public org.springframework.beans.factory.InitializingBean casWebflowExecutionPlanInitializer(@Qualifier("loginFlowHandlerMapping") org.springframework.beans.factory.ObjectProvider<CasWebflowContextConfiguration.CasFlowHandlerMapping> loginFlowHandlerMapping, @Qualifier("casWebflowExecutionPlan") org.apereo.cas.web.flow.CasWebflowExecutionPlan webflowExecutionPlan)
-
-