public class AuthenticatedSessionManagerImpl
extends Object
implements com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManager
| Constructor and Description |
|---|
AuthenticatedSessionManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAuthenticatedUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
String login,
String password,
String authType) |
void |
login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String login,
String password,
boolean rememberMe,
String authType) |
void |
logout(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
javax.servlet.http.HttpSession |
renewSession(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpSession httpSession) |
void |
signOutSimultaneousLogins(long userId) |
public long getAuthenticatedUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
String login,
String password,
String authType)
throws com.liferay.portal.kernel.exception.PortalException
getAuthenticatedUserId in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManagercom.liferay.portal.kernel.exception.PortalExceptionpublic void login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String login,
String password,
boolean rememberMe,
String authType)
throws Exception
login in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManagerExceptionpublic void logout(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
logout in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManagerExceptionpublic javax.servlet.http.HttpSession renewSession(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpSession httpSession)
throws Exception
renewSession in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManagerExceptionpublic void signOutSimultaneousLogins(long userId)
throws Exception
signOutSimultaneousLogins in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManagerException