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 request,
String login,
String password,
String authType) |
void |
login(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String login,
String password,
boolean rememberMe,
String authType) |
void |
logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
javax.servlet.http.HttpSession |
renewSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session) |
void |
signOutSimultaneousLogins(long userId) |
public long getAuthenticatedUserId(javax.servlet.http.HttpServletRequest request, String login, String password, String authType) throws com.liferay.portal.kernel.exception.PortalException
getAuthenticatedUserId
in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManager
com.liferay.portal.kernel.exception.PortalException
public void login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String login, String password, boolean rememberMe, String authType) throws Exception
login
in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManager
Exception
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
logout
in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManager
Exception
public javax.servlet.http.HttpSession renewSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session) throws Exception
renewSession
in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManager
Exception
public void signOutSimultaneousLogins(long userId) throws Exception
signOutSimultaneousLogins
in interface com.liferay.portal.kernel.security.auth.session.AuthenticatedSessionManager
Exception