Uses of Class
com.logicaldoc.core.security.authentication.InvalidSessionException
-
Uses of InvalidSessionException in com.logicaldoc.web.util
Modifier and TypeMethodDescriptionstatic 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)