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 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) 
 -