public class AclProperty extends BaseProperty
<D:acl>
property, which is
defined in the WebDAV Access Control Protocol specification.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG_NAME
The property name.
|
element, response
Constructor and Description |
---|
AclProperty(ResponseEntity response,
org.w3c.dom.Element element)
Default constructor for the property.
|
Modifier and Type | Method and Description |
---|---|
Ace[] |
getAces()
Returns the Aces present in this acl property.
|
java.lang.String |
getPropertyAsString()
This method returns the value of the property.
|
protected Ace |
parseAce(org.w3c.dom.Element element)
Parse an ace.
|
protected Privilege |
parsePrivilege(org.w3c.dom.Element privilegeElement)
Parse a privilege element.
|
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getStatusCode, toString
public static final java.lang.String TAG_NAME
public AclProperty(ResponseEntity response, org.w3c.dom.Element element)
public Ace[] getAces()
protected Ace parseAce(org.w3c.dom.Element element)
protected Privilege parsePrivilege(org.w3c.dom.Element privilegeElement)
public java.lang.String getPropertyAsString()
BaseProperty
<D:getlastmodified>Tue, 05 Dec 2000
05:25:02</D:getlastmodified>
returns
Tue, 05 Dec 2000 05:25:02
.getPropertyAsString
in interface Property
getPropertyAsString
in class BaseProperty