Package org.apereo.cas.config
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.execution.ActioncheckConsentRequiredAction(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.ActionconfirmConsentAction(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)
-
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)
-