| Method and Description |
|---|
| com.liferay.login.web.portlet.util.LoginUtil.getAuthenticatedUserId(HttpServletRequest, String, String, String)
As of 7.0.0, replaced by
AuthenticatedSessionManagerUtil.getAuthenticatedUserId(
HttpServletRequest, String, String, String) |
| com.liferay.login.web.portlet.util.LoginUtil.login(HttpServletRequest, HttpServletResponse, String, String, boolean, String)
As of 7.0.0, replaced by
AuthenticatedSessionManagerUtil.login(HttpServletRequest,
HttpServletResponse, String, String, boolean, String) |
| com.liferay.login.web.portlet.util.LoginUtil.renewSession(HttpServletRequest, HttpSession)
As of 7.0.0, replaced by
AuthenticatedSessionManagerUtil.renewSession(
HttpServletRequest, HttpSession) |
| com.liferay.login.web.portlet.util.LoginUtil.signOutSimultaneousLogins(long)
As of 7.0.0, replaced by
AuthenticatedSessionManagerUtil.signOutSimultaneousLogins(
long) |