com.liferay.portlet.login.util
Class LoginUtil
java.lang.Object
com.liferay.portlet.login.util.LoginUtil
public class LoginUtil
- extends Object
Method Summary |
static String |
getLogin(javax.servlet.http.HttpServletRequest request,
String paramName,
Company company)
|
static PortletURL |
getLoginURL(javax.servlet.http.HttpServletRequest request,
long plid)
|
static void |
login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String login,
String password,
boolean rememberMe,
String authType)
|
static void |
sendPassword(ActionRequest actionRequest)
|
static void |
sendPassword(ActionRequest actionRequest,
String fromName,
String fromAddress,
String toAddress,
String subject,
String body)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginUtil
public LoginUtil()
getLogin
public static String getLogin(javax.servlet.http.HttpServletRequest request,
String paramName,
Company company)
throws SystemException
- Throws:
SystemException
getLoginURL
public static PortletURL getLoginURL(javax.servlet.http.HttpServletRequest request,
long plid)
throws PortletModeException,
WindowStateException
- Throws:
PortletModeException
WindowStateException
login
public static void login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String login,
String password,
boolean rememberMe,
String authType)
throws Exception
- Throws:
Exception
sendPassword
public static void sendPassword(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
sendPassword
public static void sendPassword(ActionRequest actionRequest,
String fromName,
String fromAddress,
String toAddress,
String subject,
String body)
throws Exception
- Throws:
Exception