Class AclProperty.Ace
java.lang.Object
org.apache.jackrabbit.webdav.security.AclProperty.Ace
- All Implemented Interfaces:
SecurityConstants,XmlSerializable
- Enclosing class:
AclProperty
Simple WebDAV ACE implementation
-
Field Summary
Fields inherited from interface org.apache.jackrabbit.webdav.security.SecurityConstants
ACL, ACL_RESTRICTIONS, ALTERNATE_URI_SET, CURRENT_USER_PRIVILEGE_SET, GROUP, GROUP_MEMBER_SET, GROUP_MEMBERSHIP, INHERITED_ACL_SET, NAMESPACE, OWNER, PRINCIPAL_COLLECTION_SET, PRINCIPAL_RESOURCETYPE, PRINCIPAL_URL, SUPPORTED_PRIVILEGE_SET -
Method Summary
-
Method Details
-
getPrincipal
-
isInvert
public boolean isInvert() -
getPrivileges
-
isGrant
public boolean isGrant() -
isDeny
public boolean isDeny() -
isProtected
public boolean isProtected() -
getInheritedHref
-
toXml
Description copied from interface:XmlSerializableReturns the xml representation of the implementing object asElement. The givenDocumentis used as factory and represents theowner documentof the returned DOM element.- Specified by:
toXmlin interfaceXmlSerializable- Parameters:
document- to be used as factory.- Returns:
- a w3c element representing this object
- See Also:
-