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