Package org.apereo.cas.web.flow
Class ConfirmConsentAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.AbstractConsentAction
org.apereo.cas.web.flow.ConfirmConsentAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
This is
ConfirmConsentAction.- Since:
- 5.1.0
-
Field Summary
Fields inherited from class org.apereo.cas.web.flow.AbstractConsentAction
applicationContext, attributeDefinitionStore, authenticationRequestServiceSelectionStrategies, casProperties, consentEngine, servicesManagerFields inherited from class org.springframework.webflow.action.AbstractAction
logger -
Constructor Summary
ConstructorsConstructorDescriptionConfirmConsentAction(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan strategies, org.apereo.cas.consent.ConsentEngine consentEngine, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.attribute.AttributeDefinitionStore attributeDefinitionStore, org.springframework.context.ConfigurableApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext) Methods inherited from class org.apereo.cas.web.flow.AbstractConsentAction
getRegisteredServiceForConsent, prepareConsentableAttributes, prepareConsentForRequestContextMethods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction
isLoginFlowActiveMethods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
-
Constructor Details
-
ConfirmConsentAction
public ConfirmConsentAction(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan strategies, org.apereo.cas.consent.ConsentEngine consentEngine, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.attribute.AttributeDefinitionStore attributeDefinitionStore, org.springframework.context.ConfigurableApplicationContext applicationContext)
-
-
Method Details