Uses of Class
org.apache.jackrabbit.api.jsr283.security.AccessControlException

Packages that use AccessControlException
org.apache.jackrabbit.api.jsr283.security   
 

Uses of AccessControlException in org.apache.jackrabbit.api.jsr283.security
 

Methods in org.apache.jackrabbit.api.jsr283.security that throw AccessControlException
 boolean AccessControlList.addAccessControlEntry(Principal principal, Privilege[] privileges)
          Adds an access control entry to this policy consisting of the specified principal and the specified privileges.
 Privilege AccessControlManager.privilegeFromName(String privilegeName)
          Returns the privilege with the specified privilegeName.
 void AccessControlList.removeAccessControlEntry(AccessControlEntry ace)
          Removes the specified AccessControlEntry from this policy.
 void AccessControlManager.removePolicy(String absPath, AccessControlPolicy policy)
          Removes the specified AccessControlPolicy from the node at absPath.
 void AccessControlManager.setPolicy(String absPath, AccessControlPolicy policy)
          Binds the policy to the node at absPath.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.