public static class AclProperty.Ace extends Object implements XmlSerializable, 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
Modifier and Type | Method and Description |
---|---|
String |
getInheritedHref() |
Principal |
getPrincipal() |
Privilege[] |
getPrivileges() |
boolean |
isDeny() |
boolean |
isGrant() |
boolean |
isInvert() |
boolean |
isProtected() |
Element |
toXml(Document document)
Returns the xml representation of the implementing object as
Element . |
public Principal getPrincipal()
public boolean isInvert()
public Privilege[] getPrivileges()
public boolean isGrant()
public boolean isDeny()
public boolean isProtected()
public String getInheritedHref()
public Element toXml(Document document)
XmlSerializable
Element
. The given Document
is used
as factory and represents the owner document
of the returned DOM element.toXml
in interface XmlSerializable
document
- to be used as factory.XmlSerializable.toXml(Document)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.