|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.login.util.LoginUtil
public class LoginUtil
| Constructor Summary | |
|---|---|
LoginUtil()
|
|
| Method Summary | |
|---|---|
static long |
getAuthenticatedUserId(javax.servlet.http.HttpServletRequest request,
String login,
String password,
String authType)
Deprecated. As of 7.0.0, replaced by AuthenticatedSessionManagerUtil.getAuthenticatedUserId(
HttpServletRequest, String, String, String) |
static Map<String,String> |
getEmailDefinitionTerms(PortletRequest portletRequest,
String emailFromAddress,
String emailFromName,
boolean showPasswordTerms)
|
static String |
getEmailFromAddress(PortletPreferences preferences,
long companyId)
|
static String |
getEmailFromName(PortletPreferences preferences,
long companyId)
|
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)
Deprecated. As of 7.0.0, replaced by AuthenticatedSessionManagerUtil.login(HttpServletRequest,
HttpServletResponse, String, String, boolean, String) |
static javax.servlet.http.HttpSession |
renewSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session)
Deprecated. As of 7.0.0, replaced by AuthenticatedSessionManagerUtil.renewSession(
HttpServletRequest, HttpSession) |
static void |
sendPassword(ActionRequest actionRequest)
|
static void |
sendPassword(ActionRequest actionRequest,
String fromName,
String fromAddress,
String toAddress,
String subject,
String body)
|
static void |
signOutSimultaneousLogins(long userId)
Deprecated. As of 7.0.0, replaced by AuthenticatedSessionManagerUtil.signOutSimultaneousLogins(
long) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoginUtil()
| Method Detail |
|---|
@Deprecated
public static long getAuthenticatedUserId(javax.servlet.http.HttpServletRequest request,
String login,
String password,
String authType)
throws PortalException
AuthenticatedSessionManagerUtil.getAuthenticatedUserId(
HttpServletRequest, String, String, String)
PortalException
public static Map<String,String> getEmailDefinitionTerms(PortletRequest portletRequest,
String emailFromAddress,
String emailFromName,
boolean showPasswordTerms)
public static String getEmailFromAddress(PortletPreferences preferences,
long companyId)
public static String getEmailFromName(PortletPreferences preferences,
long companyId)
public static String getLogin(javax.servlet.http.HttpServletRequest request,
String paramName,
Company company)
public static PortletURL getLoginURL(javax.servlet.http.HttpServletRequest request,
long plid)
throws PortletModeException,
WindowStateException
PortletModeException
WindowStateException
@Deprecated
public static void login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String login,
String password,
boolean rememberMe,
String authType)
throws Exception
AuthenticatedSessionManagerUtil.login(HttpServletRequest,
HttpServletResponse, String, String, boolean, String)
Exception
@Deprecated
public static javax.servlet.http.HttpSession renewSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session)
throws Exception
AuthenticatedSessionManagerUtil.renewSession(
HttpServletRequest, HttpSession)
Exception
public static void sendPassword(ActionRequest actionRequest)
throws Exception
Exception
public static void sendPassword(ActionRequest actionRequest,
String fromName,
String fromAddress,
String toAddress,
String subject,
String body)
throws Exception
Exception
@Deprecated
public static void signOutSimultaneousLogins(long userId)
throws Exception
AuthenticatedSessionManagerUtil.signOutSimultaneousLogins(
long)
Exception
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||