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