org.apache.jackrabbit.webdav.security
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
static DavPropertyName ACL
          Protected property DAV:acl.
static DavPropertyName ACL_RESTRICTIONS
          Protected property DAV:acl-restrictions
static DavPropertyName ALTERNATE_URI_SET
          Protected href property DAV:alternate-URI-set for principal resources.
static DavPropertyName CURRENT_USER_PRIVILEGE_SET
          Protected property DAV:current-user-privilege-set
static DavPropertyName GROUP
          Protected href property DAV:group
static DavPropertyName GROUP_MEMBER_SET
          Protected href property DAV:group-member-set for principal resources.
static DavPropertyName GROUP_MEMBERSHIP
          Protected href property DAV:group-membership for principal resources.
static DavPropertyName INHERITED_ACL_SET
          Protected href property DAV:inherited-acl-set
static Namespace NAMESPACE
          Default Namespace constant
static DavPropertyName OWNER
          Protected href property DAV:owner
static DavPropertyName PRINCIPAL_COLLECTION_SET
          Protected href property DAV:principal-collection-set
static int PRINCIPAL_RESOURCETYPE
          Principal resources must define DAV:principal XML element in the value of the DAV:resourcetype property.
static DavPropertyName PRINCIPAL_URL
          Protected href property DAV:principal-URL for principal resources.
static DavPropertyName SUPPORTED_PRIVILEGE_SET
          Protected 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


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.