Uses of Class
com.logicaldoc.core.security.authentication.InvalidSessionException
Packages that use InvalidSessionException
-
Uses of InvalidSessionException in com.logicaldoc.web.util
Methods in com.logicaldoc.web.util that throw InvalidSessionExceptionModifier and TypeMethodDescriptionstatic SessionServletUtil.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 SessionServletUtil.checkMenu(javax.servlet.http.HttpServletRequest request, long menuId) static voidServletUtil.downloadPluginResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String sid, String pluginName, String resourcePath, String fileName) Downloads a plugin resourcestatic UserServletUtil.getSessionUser(String sid) static UserServletUtil.getSessionUser(javax.servlet.http.HttpServletRequest request) static SessionServletUtil.validateSession(String sid) Throws a runtime exception id the given session is invalidstatic SessionServletUtil.validateSession(javax.servlet.http.HttpServletRequest request)