Interface SecurityConstants
- All Known Implementing Classes:
AclProperty.Ace,Principal
public interface SecurityConstants
SecurityConstants interface lists constants defined by
RFC 3744 (WebDAV Access
Control Protocol).-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DavPropertyNameProtected property DAV:acl.static final DavPropertyNameProtected property DAV:acl-restrictionsstatic final DavPropertyNameProtected href property DAV:alternate-URI-set for principal resources.static final DavPropertyNameProtected property DAV:current-user-privilege-setstatic final DavPropertyNameProtected href property DAV:groupstatic final DavPropertyNameProtected href property DAV:group-member-set for principal resources.static final DavPropertyNameProtected href property DAV:group-membership for principal resources.static final DavPropertyNameProtected href property DAV:inherited-acl-setstatic final NamespaceDefault Namespace constantstatic final DavPropertyNameProtected href property DAV:ownerstatic final DavPropertyNameProtected href property DAV:principal-collection-setstatic final intPrincipal resources must define DAV:principal XML element in the value of the DAV:resourcetype property.static final DavPropertyNameProtected href property DAV:principal-URL for principal resources.static final DavPropertyNameProtected property DAV:supported-privilege-set
-
Field Details
-
NAMESPACE
Default Namespace constant -
PRINCIPAL_RESOURCETYPE
static final int PRINCIPAL_RESOURCETYPEPrincipal resources must define DAV:principal XML element in the value of the DAV:resourcetype property. -
PRINCIPAL_URL
Protected href property DAV:principal-URL for principal resources.- See Also:
-
ALTERNATE_URI_SET
Protected href property DAV:alternate-URI-set for principal resources.- See Also:
-
GROUP_MEMBER_SET
Protected href property DAV:group-member-set for principal resources.- See Also:
-
GROUP_MEMBERSHIP
Protected href property DAV:group-membership for principal resources.- See Also:
-
OWNER
Protected href property DAV:owner- See Also:
-
GROUP
Protected href property DAV:group- See Also:
-
SUPPORTED_PRIVILEGE_SET
Protected property DAV:supported-privilege-set- See Also:
-
CURRENT_USER_PRIVILEGE_SET
Protected property DAV:current-user-privilege-set- See Also:
-
ACL
Protected property DAV:acl. Note, that DAV:acl property may be altered with a ACL request.- See Also:
-
ACL_RESTRICTIONS
Protected property DAV:acl-restrictions- See Also:
-
INHERITED_ACL_SET
Protected href property DAV:inherited-acl-set- See Also:
-
PRINCIPAL_COLLECTION_SET
Protected href property DAV:principal-collection-set- See Also:
-