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

Packages that use AclProperty
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation. 
org.apache.jackrabbit.webdav.security   
 

Uses of AclProperty in org.apache.jackrabbit.webdav.client.methods
 

Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type AclProperty
AclMethod(String uri, AclProperty aclProperty)
           
 

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

Methods in org.apache.jackrabbit.webdav.security that return AclProperty
static AclProperty AclProperty.createFromXml(Element aclElement)
          Build a new AclProperty object from the request body of the ACL method call.
 

Methods in org.apache.jackrabbit.webdav.security with parameters of type AclProperty
 void AclResource.alterAcl(AclProperty aclProperty)
          Modify the DAV:acl property of this resource object.
 



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