Interface SecurityConstants
-
- All Known Implementing Classes:
AclProperty.Ace,Principal
public interface SecurityConstantsSecurityConstantsinterface lists constants defined by RFC 3744 (WebDAV Access Control Protocol).
-
-
Field Summary
Fields Modifier and Type Field Description static DavPropertyNameACLProtected property DAV:acl.static DavPropertyNameACL_RESTRICTIONSProtected property DAV:acl-restrictionsstatic DavPropertyNameALTERNATE_URI_SETProtected href property DAV:alternate-URI-set for principal resources.static DavPropertyNameCURRENT_USER_PRIVILEGE_SETProtected property DAV:current-user-privilege-setstatic DavPropertyNameGROUPProtected href property DAV:groupstatic DavPropertyNameGROUP_MEMBER_SETProtected href property DAV:group-member-set for principal resources.static DavPropertyNameGROUP_MEMBERSHIPProtected href property DAV:group-membership for principal resources.static DavPropertyNameINHERITED_ACL_SETProtected href property DAV:inherited-acl-setstatic NamespaceNAMESPACEDefault Namespace constantstatic DavPropertyNameOWNERProtected href property DAV:ownerstatic DavPropertyNamePRINCIPAL_COLLECTION_SETProtected href property DAV:principal-collection-setstatic intPRINCIPAL_RESOURCETYPEPrincipal resources must define DAV:principal XML element in the value of the DAV:resourcetype property.static DavPropertyNamePRINCIPAL_URLProtected href property DAV:principal-URL for principal resources.static DavPropertyNameSUPPORTED_PRIVILEGE_SETProtected property DAV:supported-privilege-set
-
-
-
Field Detail
-
NAMESPACE
static final Namespace NAMESPACE
Default Namespace constant
-
PRINCIPAL_RESOURCETYPE
static final int PRINCIPAL_RESOURCETYPE
Principal resources must define DAV:principal XML element in the value of the DAV:resourcetype property.
-
PRINCIPAL_URL
static final DavPropertyName PRINCIPAL_URL
Protected href property DAV:principal-URL for principal resources.- See Also:
HrefProperty
-
ALTERNATE_URI_SET
static final DavPropertyName ALTERNATE_URI_SET
Protected href property DAV:alternate-URI-set for principal resources.- See Also:
HrefProperty
-
GROUP_MEMBER_SET
static final DavPropertyName GROUP_MEMBER_SET
Protected href property DAV:group-member-set for principal resources.- See Also:
HrefProperty
-
GROUP_MEMBERSHIP
static final DavPropertyName GROUP_MEMBERSHIP
Protected href property DAV:group-membership for principal resources.- See Also:
HrefProperty
-
OWNER
static final DavPropertyName OWNER
Protected href property DAV:owner- See Also:
HrefProperty
-
GROUP
static final DavPropertyName GROUP
Protected href property DAV:group- See Also:
HrefProperty
-
SUPPORTED_PRIVILEGE_SET
static final DavPropertyName SUPPORTED_PRIVILEGE_SET
Protected property DAV:supported-privilege-set- See Also:
CurrentUserPrivilegeSetProperty
-
CURRENT_USER_PRIVILEGE_SET
static final DavPropertyName CURRENT_USER_PRIVILEGE_SET
Protected property DAV:current-user-privilege-set- See Also:
CurrentUserPrivilegeSetProperty
-
ACL
static final DavPropertyName ACL
Protected property DAV:acl. Note, that DAV:acl property may be altered with a ACL request.- See Also:
AclProperty,DavMethods.METHOD_ACL
-
ACL_RESTRICTIONS
static final DavPropertyName ACL_RESTRICTIONS
Protected property DAV:acl-restrictions- See Also:
AclRestrictionsProperty
-
INHERITED_ACL_SET
static final DavPropertyName INHERITED_ACL_SET
Protected href property DAV:inherited-acl-set- See Also:
HrefProperty
-
PRINCIPAL_COLLECTION_SET
static final DavPropertyName PRINCIPAL_COLLECTION_SET
Protected href property DAV:principal-collection-set- See Also:
HrefProperty
-
-