Package net.anotheria.anosite.cms.action
Class LoginAction
- java.lang.Object
-
- net.anotheria.webutils.actions.BaseAction
-
- net.anotheria.webutils.actions.AccessControlMafAction
-
- net.anotheria.anosite.cms.action.LoginAction
-
- All Implemented Interfaces:
net.anotheria.maf.action.Action
public class LoginAction extends net.anotheria.webutils.actions.AccessControlMafAction- Author:
- vbezuhlyi
- See Also:
CMSUserManager,LogoutAction,ChangePassAction
-
-
Field Summary
Fields Modifier and Type Field Description static StringP_PASSWORDstatic StringP_USER_LOGIN
-
Constructor Summary
Constructors Constructor Description LoginAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.anotheria.maf.action.ActionCommandexecute(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
-
-
-
-
Field Detail
-
P_USER_LOGIN
public static final String P_USER_LOGIN
- See Also:
- Constant Field Values
-
P_PASSWORD
public static final String P_PASSWORD
- See Also:
- Constant Field Values
-
-