Class CasThymeleafConfiguration.ThymeleafWebflowConfiguration

  • Enclosing class:
    CasThymeleafConfiguration

    @Configuration(value="ThymeleafWebflowConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasThymeleafConfiguration.ThymeleafWebflowConfiguration
    extends java.lang.Object
    • Constructor Detail

      • ThymeleafWebflowConfiguration

        public ThymeleafWebflowConfiguration()
    • Method Detail

      • casThymeleafLoginFormDirector

        @ConditionalOnMissingBean(name="casThymeleafLoginFormDirector")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public CasThymeleafLoginFormDirector casThymeleafLoginFormDirector​(@Qualifier("casWebflowExecutionPlan")
                                                                           org.apereo.cas.web.flow.CasWebflowExecutionPlan webflowExecutionPlan)