Uses of Class
com.logicaldoc.core.security.authentication.InvalidSessionException
-
Packages that use InvalidSessionException Package Description com.logicaldoc.web.util -
-
Uses of InvalidSessionException in com.logicaldoc.web.util
Methods in com.logicaldoc.web.util that throw InvalidSessionException Modifier and Type Method Description static Session
ServletUtil. checkEvenOneMenu(javax.servlet.http.HttpServletRequest request, long... menuIds)
Checks if at least one of the given menus is accessible by the user in the current sessionstatic Session
ServletUtil. checkMenu(javax.servlet.http.HttpServletRequest request, long menuId)
static void
ServletUtil. downloadPluginResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String sid, String pluginName, String resourcePath, String fileName)
Downloads a plugin resourcestatic User
ServletUtil. getSessionUser(String sid)
static User
ServletUtil. getSessionUser(javax.servlet.http.HttpServletRequest request)
static Session
ServletUtil. validateSession(String sid)
Throws a runtime exception id the given session is invalidstatic Session
ServletUtil. validateSession(javax.servlet.http.HttpServletRequest request)
-