Uses of Class
com.logicaldoc.gui.common.client.InvalidSessionException
-
Packages that use InvalidSessionException Package Description com.logicaldoc.dropbox com.logicaldoc.gui.common.client.services com.logicaldoc.web.service com.logicaldoc.web.util -
-
Uses of InvalidSessionException in com.logicaldoc.dropbox
Methods in com.logicaldoc.dropbox that throw InvalidSessionException Modifier and Type Method Description static Session
SessionUtil. validateSession(String sid)
Throws a runtime exception id the given session is invalidstatic Session
SessionUtil. validateSession(javax.servlet.http.HttpServletRequest request)
-
Uses of InvalidSessionException in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that throw InvalidSessionException Modifier and Type Method Description GUIParameter[]
InfoService. getSessionInfo()
boolean
InfoService. ping()
Ping to maintain open he session -
Uses of InvalidSessionException in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that throw InvalidSessionException Modifier and Type Method Description GUIParameter[]
InfoServiceImpl. getSessionInfo()
boolean
InfoServiceImpl. ping()
-
Uses of InvalidSessionException in com.logicaldoc.web.util
Methods in com.logicaldoc.web.util that throw InvalidSessionException Modifier and Type Method Description static Session
ServiceUtil. checkEvenOneMenu(javax.servlet.http.HttpServletRequest request, long... menuIds)
Checks if a specific menu is accessible by the user in the current sessionstatic Session
ServiceUtil. checkMenu(javax.servlet.http.HttpServletRequest request, long menuId)
Check if a specific menu is accessible by the user in the current sessionstatic Locale
ServiceUtil. currentLocale(Session session)
static Locale
ServiceUtil. currentLocale(String sid)
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
ServiceUtil. getSessionUser(String sid)
static User
ServiceUtil. getSessionUser(javax.servlet.http.HttpServletRequest request)
static Session
ServiceUtil. validateSession(String sid)
Throws a runtime exception id the given session is invalidstatic Session
ServiceUtil. validateSession(javax.servlet.http.HttpServletRequest request)
-