Class CasConsentWebflowConfiguration.CasConsentWebflowActionConfiguration

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.execution.Action
    checkConsentRequiredAction(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.authentication.attribute.AttributeDefinitionStore attributeDefinitionStore, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionStrategies, org.apereo.cas.consent.ConsentEngine consentEngine, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.consent.ConsentActivationStrategy consentActivationStrategy)
     
    org.springframework.webflow.execution.Action
    confirmConsentAction(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.authentication.attribute.AttributeDefinitionStore attributeDefinitionStore, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionStrategies, org.apereo.cas.consent.ConsentEngine consentEngine, org.apereo.cas.services.ServicesManager servicesManager)
     

    Methods inherited from class java.lang.Object

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

    • CasConsentWebflowActionConfiguration

      public CasConsentWebflowActionConfiguration()
  • Method Details

    • checkConsentRequiredAction

      @ConditionalOnMissingBean(name="checkConsentRequiredAction") @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action checkConsentRequiredAction(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("attributeDefinitionStore") org.apereo.cas.authentication.attribute.AttributeDefinitionStore attributeDefinitionStore, @Qualifier("authenticationServiceSelectionPlan") org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionStrategies, @Qualifier("consentEngine") org.apereo.cas.consent.ConsentEngine consentEngine, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("consentActivationStrategy") org.apereo.cas.consent.ConsentActivationStrategy consentActivationStrategy)
    • confirmConsentAction

      @ConditionalOnMissingBean(name="confirmConsentAction") @Bean @RefreshScope(proxyMode=DEFAULT) public org.springframework.webflow.execution.Action confirmConsentAction(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("attributeDefinitionStore") org.apereo.cas.authentication.attribute.AttributeDefinitionStore attributeDefinitionStore, @Qualifier("authenticationServiceSelectionPlan") org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionStrategies, @Qualifier("consentEngine") org.apereo.cas.consent.ConsentEngine consentEngine, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager)