Uses of Class
org.apache.sling.jcr.jackrabbit.accessmanager.PrivilegesInfo.AccessRights

Packages that use PrivilegesInfo.AccessRights
org.apache.sling.jcr.jackrabbit.accessmanager   
 

Uses of PrivilegesInfo.AccessRights in org.apache.sling.jcr.jackrabbit.accessmanager
 

Methods in org.apache.sling.jcr.jackrabbit.accessmanager that return PrivilegesInfo.AccessRights
 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.
 

Methods in org.apache.sling.jcr.jackrabbit.accessmanager that return types with arguments of type PrivilegesInfo.AccessRights
 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 © 2007-2009. All Rights Reserved.