ANYONE_ID_UNSAFE
static final Id ANYONE_ID_UNSAFE
This Id represents anyone.
AUTH_IDS
static final Id AUTH_IDS
This Id is only usable to set ACLs. It will get substituted with the Id’s the client authenticated with.
OPEN_ACL_UNSAFE
static final ArrayList OPEN_ACL_UNSAFE
This is a completely open ACL .
CREATOR_ALL_ACL
static final ArrayList CREATOR_ALL_ACL
This ACL gives the creators authentication id’s all permissions.
READ_ACL_UNSAFE
static final ArrayList READ_ACL_UNSAFE
This ACL gives the world the ability to read.
这篇文章介绍了几个与权限管理相关的静态常量,如ANYONE_ID_UNSAFE表示任何人都可以使用的ID,AUTH_IDS用于设置ACL时替代客户端认证的ID,OPEN_ACL_UNSAFE表示完全开放的访问控制列表,CREATOR_ALL_ACL给创建者的认证ID赋予所有权限,READ_ACL_UNSAFE允许全世界读取。
3771

被折叠的 条评论
为什么被折叠?



