Class ConfirmLogoutAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

    public class ConfirmLogoutAction
    extends AbstractLogoutAction
    Confirm logout action once the confirmation view is displayed.
    Since:
    6.4.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfirmLogoutAction​(org.apereo.cas.CentralAuthenticationService centralAuthenticationService, org.apereo.cas.web.cookie.CasCookieBuilder ticketGrantingTicketCookieGenerator, org.apereo.cas.web.support.ArgumentExtractor argumentExtractor, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.logout.LogoutExecutionPlan logoutExecutionPlan, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.webflow.execution.Event doInternalExecute​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.webflow.execution.RequestContext requestContext)
      Execute the logout action after invalidating the cache.
      • Methods 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
      • Methods inherited from class java.lang.Object

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

      • ConfirmLogoutAction

        public ConfirmLogoutAction​(org.apereo.cas.CentralAuthenticationService centralAuthenticationService,
                                   org.apereo.cas.web.cookie.CasCookieBuilder ticketGrantingTicketCookieGenerator,
                                   org.apereo.cas.web.support.ArgumentExtractor argumentExtractor,
                                   org.apereo.cas.services.ServicesManager servicesManager,
                                   org.apereo.cas.logout.LogoutExecutionPlan logoutExecutionPlan,
                                   org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • Method Detail

      • doInternalExecute

        protected org.springframework.webflow.execution.Event doInternalExecute​(javax.servlet.http.HttpServletRequest request,
                                                                                javax.servlet.http.HttpServletResponse response,
                                                                                org.springframework.webflow.execution.RequestContext requestContext)
        Description copied from class: AbstractLogoutAction
        Execute the logout action after invalidating the cache.
        Specified by:
        doInternalExecute in class AbstractLogoutAction
        Parameters:
        request - the HTTP request.
        response - the HTTP response.
        requestContext - the webflow context.
        Returns:
        the event triggered by this actions.