Class LogoutAction

  • All Implemented Interfaces:
    net.anotheria.maf.action.Action

    public class LogoutAction
    extends net.anotheria.webutils.actions.AccessControlMafAction
    • Field Summary

      • Fields inherited from class net.anotheria.webutils.actions.AccessControlMafAction

        AUTH_DELIMITER, COOKIE_PREFIX
      • Fields inherited from class net.anotheria.webutils.actions.BaseAction

        BEAN_TARGET_ACTION, BEAN_USER_ID, log, MONTH, PARAM_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      LogoutAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.anotheria.maf.action.ActionCommand execute​(net.anotheria.maf.action.ActionMapping mapping, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)  
      • Methods inherited from class net.anotheria.webutils.actions.AccessControlMafAction

        createAuthCookie, getAuthCookieName, getCryptTool
      • Methods inherited from class net.anotheria.webutils.actions.BaseAction

        addBean, addBeanToApplication, addBeanToRequest, addBeanToSession, getBean, getBeanFromApplication, getBeanFromRequest, getBeanFromSession, getErrorPageForward, getIntParameter, getStringParameter, getUserId, handleError, itoa, itoa, makeDateString, makeDateStringLong, makeDigitalDateString, makeDigitalDateStringShort, makeSizeString, makeTimeString, postProcess, preProcess, removeBean, removeBeanFromApplication, removeBeanFromRequest, removeBeanFromSession, setUserId, throwableToStrackTrace
    • Constructor Detail

      • LogoutAction

        public LogoutAction()
    • Method Detail

      • execute

        public net.anotheria.maf.action.ActionCommand execute​(net.anotheria.maf.action.ActionMapping mapping,
                                                              jakarta.servlet.http.HttpServletRequest req,
                                                              jakarta.servlet.http.HttpServletResponse res)
                                                       throws Exception
        Throws:
        Exception