Uses of Class
org.apache.jackrabbit.webdav.security.AclProperty.Ace

Packages that use AclProperty.Ace
org.apache.jackrabbit.webdav.security   
 

Uses of AclProperty.Ace in org.apache.jackrabbit.webdav.security
 

Methods in org.apache.jackrabbit.webdav.security that return AclProperty.Ace
static AclProperty.Ace AclProperty.createDenyAce(Principal principal, Privilege[] privileges, boolean invert, boolean isProtected, AclResource inheritedFrom)
           
static AclProperty.Ace AclProperty.createGrantAce(Principal principal, Privilege[] privileges, boolean invert, boolean isProtected, AclResource inheritedFrom)
           
 

Methods in org.apache.jackrabbit.webdav.security that return types with arguments of type AclProperty.Ace
 List<AclProperty.Ace> AclProperty.getValue()
           
 

Constructors in org.apache.jackrabbit.webdav.security with parameters of type AclProperty.Ace
AclProperty(AclProperty.Ace[] accessControlElements)
          Create a new AclProperty from the given ACEs.
 



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