| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Field and Description |
|---|---|
protected AVACL |
AVObject.acl |
| Modifier and Type | Method and Description |
|---|---|
AVACL |
AVObject.getACL()
Access the AVACL governing this object.
|
protected AVACL |
AVFile.getACL()
获取AVFile的ACL
|
AVACL |
AVStatus.getACL()
Deprecated.
|
static AVACL |
AVACL.parseACLWithPublicAccess(boolean read,
boolean write)
Construct a AVACL object with public read/write permissions
|
| Modifier and Type | Method and Description |
|---|---|
void |
AVObject.setACL(AVACL acl)
Set the AVACL governing this object
|
void |
AVFile.setACL(AVACL acl) |
void |
AVStatus.setACL(AVACL acl)
Deprecated.
|
static void |
AVACL.setDefaultACL(AVACL acl,
boolean withAccessForCurrentUser)
Sets a default ACL that will be applied to all AVObjects when they are created.
|
| Constructor and Description |
|---|
AVRole(String name,
AVACL acl)
Constructs a new AVRole with the given name.
|
Copyright © 2017. All rights reserved.