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

public class ConfirmConsentAction extends AbstractConsentAction
Since:
5.1.0
  • 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

    • doExecute

      public org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext) throws Exception
      Specified by:
      doExecute in class org.springframework.webflow.action.AbstractAction
      Throws:
      Exception