Uses of Class
org.opencms.security.CmsAccessControlList
Package
Description
Low-level database connection and access functionality.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
Contains functions to monitor the OpenCms system status.
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
-
Uses of CmsAccessControlList in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.getAccessControlList
(CmsDbContext dbc, CmsResource resource) Returns the full access control list of a given resource.CmsDriverManager.getAccessControlList
(CmsDbContext dbc, CmsResource resource, boolean inheritedOnly) Returns the access control list of a given resource.CmsSecurityManager.getAccessControlList
(CmsRequestContext context, CmsResource resource, boolean inheritedOnly) Returns the access control list (summarized access control entries) of a given resource. -
Uses of CmsAccessControlList in org.opencms.file
Modifier and TypeMethodDescriptionCmsObject.getAccessControlList
(String resourceName) Returns the access control list (summarized access control entries) of a given resource.CmsObject.getAccessControlList
(String resourceName, boolean inheritedOnly) Returns the access control list (summarized access control entries) of a given resource. -
Uses of CmsAccessControlList in org.opencms.monitor
Modifier and TypeMethodDescriptionCmsMemoryMonitor.getCachedACL
(String key) Returns the ACL cached with the given cache key ornull
if not found.Modifier and TypeMethodDescriptionvoid
CmsMemoryMonitor.cacheACL
(String key, CmsAccessControlList acl) Caches the given acl under the given cache key. -
Uses of CmsAccessControlList in org.opencms.workplace.explorer
Modifier and TypeMethodDescriptionCmsExplorerTypeAccess.getAccessControlList()
Returns the computed access Control List.