Uses of Class
com.logicaldoc.gui.common.client.AccessDeniedException
-
Packages that use AccessDeniedException Package Description com.logicaldoc.web.util -
-
Uses of AccessDeniedException in com.logicaldoc.web.util
Methods in com.logicaldoc.web.util that throw AccessDeniedException 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 void
ServiceUtil. checkPermission(Permission permission, User user, long folderId)
-