Package org.apereo.cas.config
Class CasCoreWebflowConfiguration.CasCoreWebflowDecoratorsConfiguration
java.lang.Object
org.apereo.cas.config.CasCoreWebflowConfiguration.CasCoreWebflowDecoratorsConfiguration
- Enclosing class:
CasCoreWebflowConfiguration
@Configuration(value="CasCoreWebflowDecoratorsConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasCoreWebflowConfiguration.CasCoreWebflowDecoratorsConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.decorator.WebflowDecoratorgroovyLoginWebflowDecorator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) org.apereo.cas.web.flow.decorator.WebflowDecoratorrestfulLoginWebflowDecorator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
Constructor Details
-
CasCoreWebflowDecoratorsConfiguration
public CasCoreWebflowDecoratorsConfiguration()
-
-
Method Details
-
groovyLoginWebflowDecorator
@Bean @ConditionalOnMissingBean(name="groovyLoginWebflowDecorator") @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingGraalVMNativeImage public org.apereo.cas.web.flow.decorator.WebflowDecorator groovyLoginWebflowDecorator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
restfulLoginWebflowDecorator
@Bean @ConditionalOnMissingBean(name="restfulLoginWebflowDecorator") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.decorator.WebflowDecorator restfulLoginWebflowDecorator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-