public class AuthenticatedSessionManagerUtil
extends Object
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatedSessionManager |
getAuthenticatedSessionManager() |
static long |
getAuthenticatedUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
String login,
String password,
String authType) |
static void |
login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String login,
String password,
boolean rememberMe,
String authType) |
static void |
logout(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
static javax.servlet.http.HttpSession |
renewSession(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpSession httpSession) |
static void |
signOutSimultaneousLogins(long userId) |
public static AuthenticatedSessionManager getAuthenticatedSessionManager()
public static long getAuthenticatedUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
String login,
String password,
String authType)
throws PortalException
PortalExceptionpublic static void login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String login,
String password,
boolean rememberMe,
String authType)
throws Exception
Exceptionpublic static void logout(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
Exceptionpublic static javax.servlet.http.HttpSession renewSession(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpSession httpSession)
throws Exception
Exceptionpublic static void signOutSimultaneousLogins(long userId)
throws Exception
Exception