|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.acl.AclRole
public class AclRole
Describes the role of an entry in an access control list.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
|---|
AbstractExtension.AttributesHandler |
| Field Summary | |
|---|---|
static AclRole |
NONE
predefined value "none" to indicate that a user has no rights |
static AclRole |
OWNER
predefined value "owner" to indicate that a user has the right to read, modify and delete the controlled object |
static AclRole |
PEEKER
predefined value "peeker" to indicate that a user has the right to know of the existance of the controlled object |
static AclRole |
READER
predefined value "reader" to indicate that a user has the right to read the controlled object |
static AclRole |
WRITER
predefined value "none" to indicate that a user has the right to read and modify the controlled object |
| Fields inherited from class com.google.gdata.data.ValueConstruct |
|---|
attrName |
| Fields inherited from class com.google.gdata.data.AbstractExtension |
|---|
localName, namespace |
| Constructor Summary | |
|---|---|
AclRole()
Default constructor for a mutable role. |
|
AclRole(java.lang.String value)
Constructor for either a mutable or immutable role. |
|
| Method Summary |
|---|
| Methods inherited from class com.google.gdata.data.ValueConstruct |
|---|
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValue |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final AclRole NONE
public static final AclRole PEEKER
public static final AclRole READER
public static final AclRole WRITER
public static final AclRole OWNER
| Constructor Detail |
|---|
public AclRole()
public AclRole(java.lang.String value)
value - immutable value to use for this role or null for
a mutable role.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||