public interface AuthenticatedSessionManager
| 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 session) |
void |
signOutSimultaneousLogins(long userId) |
long getAuthenticatedUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
String login,
String password,
String authType)
throws PortalException
PortalExceptionvoid login(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String login,
String password,
boolean rememberMe,
String authType)
throws Exception
Exceptionvoid logout(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
Exceptionjavax.servlet.http.HttpSession renewSession(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpSession session)
throws Exception
Exceptionvoid signOutSimultaneousLogins(long userId)
throws Exception
Exception