|
|||||||||
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.
Field Summary | |
---|---|
static AclRole |
COMMENTER
Predefined value 'commenter' to indicate that a user has the right to comment on the controlled object. |
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 |
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 |
---|
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable |
Methods inherited from class java.lang.Object |
---|
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
public static final AclRole COMMENTER
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 |