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