public class

AclNamespace

extends Object
java.lang.Object
   ↳ com.google.gdata.data.acl.AclNamespace

Class Overview

GData namespace definitions related to Access Control Lists (ACL's).

Summary

Constants
String LINK_REL_ACCESS_CONTROL_LIST Link provides the URI of the feed for the access control list for the entry.
String LINK_REL_CONTROLLED_OBJECT Link provides the URI of the entry that is controlled by the access control list feed.
String gAcl Google Access Control List namespace
String gAclAlias Default Google Access Control List namespace alias
String gAclPrefix Google Access Control List namespace prefix
Fields
public static final XmlNamespace gAclNs XML writer namespace for Google ACL
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String LINK_REL_ACCESS_CONTROL_LIST

Link provides the URI of the feed for the access control list for the entry.

Constant Value: "http://schemas.google.com/acl/2007#accessControlList"

public static final String LINK_REL_CONTROLLED_OBJECT

Link provides the URI of the entry that is controlled by the access control list feed.

Constant Value: "http://schemas.google.com/acl/2007#controlledObject"

public static final String gAcl

Google Access Control List namespace

Constant Value: "http://schemas.google.com/acl/2007"

public static final String gAclAlias

Default Google Access Control List namespace alias

Constant Value: "gAcl"

public static final String gAclPrefix

Google Access Control List namespace prefix

Constant Value: "http://schemas.google.com/acl/2007#"

Fields

public static final XmlNamespace gAclNs

XML writer namespace for Google ACL