public class ArgeoAccessManager
extends org.apache.jackrabbit.core.security.DefaultAccessManager
| Constructor and Description |
|---|
ArgeoAccessManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(org.apache.jackrabbit.spi.Path itemPath,
org.apache.jackrabbit.core.id.ItemId itemId) |
Privilege[] |
getPrivileges(java.lang.String absPath) |
boolean |
hasPrivileges(java.lang.String absPath,
Privilege[] privileges) |
canAccess, checkInitialized, checkPermission, checkPermission, checkPermission, checkRepositoryPermission, checkValidNodePath, close, getApplicablePolicies, getApplicablePolicies, getEffectivePolicies, getEffectivePolicies, getPolicies, getPolicies, getPrivilegeManager, getPrivileges, hasPrivileges, init, init, isGranted, isGranted, isGranted, removePolicy, setPolicypublic boolean canRead(org.apache.jackrabbit.spi.Path itemPath,
org.apache.jackrabbit.core.id.ItemId itemId)
throws RepositoryException
canRead in interface org.apache.jackrabbit.core.security.AccessManagercanRead in class org.apache.jackrabbit.core.security.DefaultAccessManagerRepositoryExceptionpublic Privilege[] getPrivileges(java.lang.String absPath) throws PathNotFoundException, RepositoryException
getPrivileges in interface AccessControlManagergetPrivileges in class org.apache.jackrabbit.core.security.DefaultAccessManagerPathNotFoundExceptionRepositoryExceptionpublic boolean hasPrivileges(java.lang.String absPath,
Privilege[] privileges)
throws PathNotFoundException,
RepositoryException
hasPrivileges in interface AccessControlManagerhasPrivileges in class org.apache.jackrabbit.core.security.DefaultAccessManagerPathNotFoundExceptionRepositoryExceptionCopyright © 2007–2020. All rights reserved.