Package org.apereo.cas.config
Class CasThymeleafConfiguration.ThymeleafWebflowConfiguration
- java.lang.Object
-
- org.apereo.cas.config.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 Summary
Constructors Constructor Description ThymeleafWebflowConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CasThymeleafLoginFormDirectorcasThymeleafLoginFormDirector(org.apereo.cas.web.flow.CasWebflowExecutionPlan webflowExecutionPlan)
-
-
-
Method Detail
-
casThymeleafLoginFormDirector
@ConditionalOnMissingBean(name="casThymeleafLoginFormDirector") @Bean @RefreshScope(proxyMode=DEFAULT) public CasThymeleafLoginFormDirector casThymeleafLoginFormDirector(@Qualifier("casWebflowExecutionPlan") org.apereo.cas.web.flow.CasWebflowExecutionPlan webflowExecutionPlan)
-
-