| com.liferay.portal.action.LoginAction
LoginAction | public class LoginAction extends Action (Code) | | View Source
author: Brian Wing Shun Chan author: Scott Lee |
Method Summary | |
public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res) | public static String | getLogin(HttpServletRequest req, String paramName, Company company) | public static void | login(HttpServletRequest req, HttpServletResponse res, String login, String password, boolean rememberMe) | protected void | login(HttpServletRequest req, HttpServletResponse res) | protected void | sendPassword(HttpServletRequest req) |
|
|