Package | Description |
---|---|
org.apache.sling.jcr.jackrabbit.accessmanager |
Modifier and Type | Method and Description |
---|---|
PrivilegesInfo.AccessRights |
PrivilegesInfo.getDeclaredAccessRightsForPrincipal(javax.jcr.Node node,
java.lang.String principalId)
Returns the declared access rights for the specified Node for the given
principalId.
|
PrivilegesInfo.AccessRights |
PrivilegesInfo.getDeclaredAccessRightsForPrincipal(javax.jcr.Session session,
java.lang.String absPath,
java.lang.String principalId)
Returns the declared access rights for the resource at the specified path for the given
principalId.
|
PrivilegesInfo.AccessRights |
PrivilegesInfo.getEffectiveAccessRightsForPrincipal(javax.jcr.Node node,
java.lang.String principalId)
Returns the effective access rights for the specified Node for the given
principalId.
|
PrivilegesInfo.AccessRights |
PrivilegesInfo.getEffectiveAccessRightsForPrincipal(javax.jcr.Session session,
java.lang.String absPath,
java.lang.String principalId)
Returns the effective access rights for the resource at the specified path for the given
principalId.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.security.Principal,PrivilegesInfo.AccessRights> |
PrivilegesInfo.getDeclaredAccessRights(javax.jcr.Node node)
Returns the mapping of declared access rights that have been set for the resource at
the given path.
|
java.util.Map<java.security.Principal,PrivilegesInfo.AccessRights> |
PrivilegesInfo.getDeclaredAccessRights(javax.jcr.Session session,
java.lang.String absPath)
Returns the mapping of declared access rights that have been set for the resource at
the given path.
|
java.util.Map<java.security.Principal,PrivilegesInfo.AccessRights> |
PrivilegesInfo.getEffectiveAccessRights(javax.jcr.Node node)
Returns the mapping of effective access rights that have been set for the resource at
the given path.
|
java.util.Map<java.security.Principal,PrivilegesInfo.AccessRights> |
PrivilegesInfo.getEffectiveAccessRights(javax.jcr.Session session,
java.lang.String absPath)
Returns the mapping of effective access rights that have been set for the resource at
the given path.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.