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