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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.web.flow.decorator.WebflowDecorator
    groovyLoginWebflowDecorator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     
    org.apereo.cas.web.flow.decorator.WebflowDecorator
    restfulLoginWebflowDecorator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)