Uses of Class
org.opencms.security.CmsAccessControlList
Packages that use 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
Methods in org.opencms.db that return CmsAccessControlListModifier 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
Methods in org.opencms.file that return CmsAccessControlListModifier 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
Methods in org.opencms.monitor that return CmsAccessControlListModifier and TypeMethodDescriptionCmsMemoryMonitor.getCachedACL
(String key) Returns the ACL cached with the given cache key ornull
if not found.Methods in org.opencms.monitor with parameters of type CmsAccessControlListModifier 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
Methods in org.opencms.workplace.explorer that return CmsAccessControlListModifier and TypeMethodDescriptionCmsExplorerTypeAccess.getAccessControlList()
Returns the computed access Control List.