Package org.apereo.cas.config
Class CasConsentWebflowConfiguration.CasConsentAccountProfileConfiguration
java.lang.Object
org.apereo.cas.config.CasConsentWebflowConfiguration.CasConsentAccountProfileConfiguration
- Enclosing class:
- CasConsentWebflowConfiguration
@Configuration(value="CasConsentAccountProfileConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
@ConditionalOnFeatureEnabled(feature=AccountManagement,
enabledByDefault=false)
public static class CasConsentWebflowConfiguration.CasConsentAccountProfileConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.web.flow.CasWebflowConfigurercasConsentAccountProfileWebflowConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.springframework.webflow.definition.registry.FlowDefinitionRegistry accountProfileFlowRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices) org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurercasConsentAccountProfileWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer casConsentAccountProfileWebflowConfigurer) org.springframework.webflow.execution.ActionconsentAccountProfilePrepareAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.consent.ConsentEngine consentEngine)
-
Constructor Details
-
CasConsentAccountProfileConfiguration
public CasConsentAccountProfileConfiguration()
-
-
Method Details
-
consentAccountProfilePrepareAction
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="consentAccountProfilePrepareAction") public org.springframework.webflow.execution.Action consentAccountProfilePrepareAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("consentEngine") org.apereo.cas.consent.ConsentEngine consentEngine) -
casConsentAccountProfileWebflowConfigurer
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="casConsentAccountProfileWebflowConfigurer") @DependsOn("accountProfileWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer casConsentAccountProfileWebflowConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("accountProfileFlowRegistry") org.springframework.webflow.definition.registry.FlowDefinitionRegistry accountProfileFlowRegistry, @Qualifier("flowBuilderServices") org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices) -
casConsentAccountProfileWebflowExecutionPlanConfigurer
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="casConsentAccountProfileWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer casConsentAccountProfileWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("casConsentAccountProfileWebflowConfigurer") org.apereo.cas.web.flow.CasWebflowConfigurer casConsentAccountProfileWebflowConfigurer)
-