Uses of Class
org.apache.jackrabbit.webdav.security.AclProperty
-
Packages that use AclProperty Package Description org.apache.jackrabbit.webdav.security -
-
Uses of AclProperty in org.apache.jackrabbit.webdav.security
Methods in org.apache.jackrabbit.webdav.security that return AclProperty Modifier and Type Method Description static AclProperty
AclProperty. createFromXml(Element aclElement)
Build a newAclProperty
object from the request body of the ACL method call.Methods in org.apache.jackrabbit.webdav.security with parameters of type AclProperty Modifier and Type Method Description void
AclResource. alterAcl(AclProperty aclProperty)
Modify the DAV:acl property of this resource object.
Note: RFC 3744 limits modification of access control elements (ACEs) to elements that are neither inherited nor protected.
-