| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ValueConstruct | ||
| ↳ | com.google.gdata.data.acl.AclRole | ||
Describes the role of an entry in an access control list.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ROLE | XML "role" element name | |||||||||
| String | VALUE | XML "value" attribute name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| COMMENTER | Predefined value 'commenter' to indicate that a user has the right to comment on the controlled object. | ||||||||||
| NONE | predefined value "none" to indicate that a user has no rights | ||||||||||
| OWNER | predefined value "owner" to indicate that a user has the right to read, modify and delete the controlled object | ||||||||||
| PEEKER | predefined value "peeker" to indicate that a user has the right to know of the existance of the controlled object | ||||||||||
| READER | predefined value "reader" to indicate that a user has the right to read the controlled object | ||||||||||
| WRITER | predefined value "none" to indicate that a user has the right to read and modify the controlled object | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor for a mutable role.
| |||||||||||
Constructor for either a mutable or immutable role.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "role" element name
XML "value" attribute name
Predefined value 'commenter' to indicate that a user has the right to comment on the controlled object.
predefined value "owner" to indicate that a user has the right to read, modify and delete the controlled object
predefined value "peeker" to indicate that a user has the right to know of the existance of the controlled object
predefined value "reader" to indicate that a user has the right to read the controlled object
predefined value "none" to indicate that a user has the right to read and modify the controlled object
Default constructor for a mutable role.
Constructor for either a mutable or immutable role.
| value | Immutable value to use for this role or null for
a mutable role.
|
|---|