程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
org.opencms.monitor |
Contains functions to monitor the OpenCms system status.
|
org.opencms.workplace.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
限定符和类型 | 方法和说明 |
---|---|
CmsAccessControlList |
CmsDriverManager.getAccessControlList(CmsDbContext dbc,
CmsResource resource)
Returns the full access control list of a given resource.
|
CmsAccessControlList |
CmsDriverManager.getAccessControlList(CmsDbContext dbc,
CmsResource resource,
boolean inheritedOnly)
Returns the access control list of a given resource.
|
CmsAccessControlList |
CmsSecurityManager.getAccessControlList(CmsRequestContext context,
CmsResource resource,
boolean inheritedOnly)
Returns the access control list (summarized access control entries) of a given resource.
|
限定符和类型 | 方法和说明 |
---|---|
CmsAccessControlList |
CmsObject.getAccessControlList(java.lang.String resourceName)
Returns the access control list (summarized access control entries) of a given resource.
|
CmsAccessControlList |
CmsObject.getAccessControlList(java.lang.String resourceName,
boolean inheritedOnly)
Returns the access control list (summarized access control entries) of a given resource.
|
限定符和类型 | 方法和说明 |
---|---|
CmsAccessControlList |
CmsMemoryMonitor.getCachedACL(java.lang.String key)
Returns the ACL cached with the given cache key or
null if not found. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsMemoryMonitor.cacheACL(java.lang.String key,
CmsAccessControlList acl)
Caches the given acl under the given cache key.
|
限定符和类型 | 方法和说明 |
---|---|
CmsAccessControlList |
CmsExplorerTypeAccess.getAccessControlList()
Returns the computed access Control List.
|