Liferay 7.0-ce-b4

com.liferay.portal.security.auth.session
Class AuthenticatedSessionManagerImpl

java.lang.Object
  extended by com.liferay.portal.security.auth.session.AuthenticatedSessionManagerImpl
All Implemented Interfaces:
AuthenticatedSessionManager

public class AuthenticatedSessionManagerImpl
extends Object
implements AuthenticatedSessionManager


Constructor Summary
AuthenticatedSessionManagerImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatedSessionManagerImpl

public AuthenticatedSessionManagerImpl()
Method Detail

getAuthenticatedUserId

public long getAuthenticatedUserId(javax.servlet.http.HttpServletRequest request,
                                   String login,
                                   String password,
                                   String authType)
                            throws PortalException
Specified by:
getAuthenticatedUserId in interface AuthenticatedSessionManager
Throws:
PortalException

login

public void login(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response,
                  String login,
                  String password,
                  boolean rememberMe,
                  String authType)
           throws Exception
Specified by:
login in interface AuthenticatedSessionManager
Throws:
Exception

logout

public void logout(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws Exception
Specified by:
logout in interface AuthenticatedSessionManager
Throws:
Exception

renewSession

public javax.servlet.http.HttpSession renewSession(javax.servlet.http.HttpServletRequest request,
                                                   javax.servlet.http.HttpSession session)
                                            throws Exception
Specified by:
renewSession in interface AuthenticatedSessionManager
Throws:
Exception

signOutSimultaneousLogins

public void signOutSimultaneousLogins(long userId)
                               throws Exception
Specified by:
signOutSimultaneousLogins in interface AuthenticatedSessionManager
Throws:
Exception

Liferay 7.0-ce-b4