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

    Modifier and Type
    Method
    Description
    org.apereo.cas.web.flow.CasWebflowConfigurer
    casConsentAccountProfileWebflowConfigurer(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.CasWebflowExecutionPlanConfigurer
    casConsentAccountProfileWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer casConsentAccountProfileWebflowConfigurer)
     
    org.springframework.webflow.execution.Action
    consentAccountProfilePrepareAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.consent.ConsentEngine consentEngine)
     

    Methods inherited from class java.lang.Object

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