Class CasConsentWebflowConfiguration.CasConsentWebflowBaseConfiguration

java.lang.Object
org.apereo.cas.config.CasConsentWebflowConfiguration.CasConsentWebflowBaseConfiguration
Enclosing class:
CasConsentWebflowConfiguration

@Configuration(value="CasConsentWebflowBaseConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasConsentWebflowConfiguration.CasConsentWebflowBaseConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
    consentCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer consentWebflowConfigurer)
     
    org.apereo.cas.web.flow.CasWebflowConfigurer
    consentWebflowConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CasConsentWebflowBaseConfiguration

      public CasConsentWebflowBaseConfiguration()
  • Method Details

    • consentWebflowConfigurer

      @ConditionalOnMissingBean(name="consentWebflowConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowConfigurer consentWebflowConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("loginFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
    • consentCasWebflowExecutionPlanConfigurer

      @Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="consentCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer consentCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("consentWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer consentWebflowConfigurer)