Class CasWebflowContextConfiguration


  • @Configuration(value="CasWebflowContextConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public class CasWebflowContextConfiguration
    extends java.lang.Object
    This is CasWebflowContextConfiguration that attempts to create Spring-managed beans backed by external configuration.
    Since:
    5.0.0
    • Constructor Detail

      • CasWebflowContextConfiguration

        public CasWebflowContextConfiguration()
    • 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)