Uses of Class
org.apache.webdav.lib.Ace

Packages that use Ace
org.apache.webdav.lib   
org.apache.webdav.lib.methods   
org.apache.webdav.lib.properties   
 

Uses of Ace in org.apache.webdav.lib
 

Methods in org.apache.webdav.lib with parameters of type Ace
 boolean WebdavResource.aclMethod(java.lang.String path, Ace[] aces)
          Updates the resource with a new set of aces.
 

Uses of Ace in org.apache.webdav.lib.methods
 

Methods in org.apache.webdav.lib.methods with parameters of type Ace
 void AclMethod.addAce(Ace ace)
          Add an ace to the ace list which will be set by the method.
 

Uses of Ace in org.apache.webdav.lib.properties
 

Methods in org.apache.webdav.lib.properties that return Ace
 Ace[] AclProperty.getAces()
          Returns the Aces present in this acl property.
protected  Ace AclProperty.parseAce(org.w3c.dom.Element element)
          Parse an ace.
 



Copyright © {inceptionYear}-2006 null. All Rights Reserved.