Package org.apache.zookeeper
Interface ZooDefs.Ids
- Enclosing class:
- ZooDefs
-
Field Details
-
ANYONE_ID_UNSAFE
This Id represents anyone. -
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
This is a completely open ACL . -
CREATOR_ALL_ACL
This ACL gives the creators authentication id's all permissions. -
READ_ACL_UNSAFE
This ACL gives the world the ability to read.
-