Package org.apache.zookeeper
Interface ZooDefs.Ids
- 
- Enclosing class:
 - ZooDefs
 
@Public public static interface ZooDefs.Ids 
- 
- 
Field Summary
Fields Modifier and Type Field Description static IdANYONE_ID_UNSAFEThis Id represents anyone.static IdAUTH_IDSThis Id is only usable to set ACLs.static ArrayList<ACL>CREATOR_ALL_ACLThis ACL gives the creators authentication id's all permissions.static ArrayList<ACL>OPEN_ACL_UNSAFEThis is a completely open ACL .static ArrayList<ACL>READ_ACL_UNSAFEThis ACL gives the world the ability to read. 
 - 
 
- 
- 
Field Detail
- 
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. 
- 
CREATOR_ALL_ACL
static final ArrayList<ACL> CREATOR_ALL_ACL
This ACL gives the creators authentication id's all permissions. 
 - 
 
 -