Package org.apereo.cas.config
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerconsentCasWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer consentWebflowConfigurer) org.apereo.cas.web.flow.CasWebflowConfigurerconsentWebflowConfigurer(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)
-
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)
-