|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ZooDefs.Ids
Field Summary | |
---|---|
static org.apache.zookeeper.data.Id |
ANYONE_ID_UNSAFE
This Id represents anyone. |
static org.apache.zookeeper.data.Id |
AUTH_IDS
This Id is only usable to set ACLs. |
static ArrayList<org.apache.zookeeper.data.ACL> |
CREATOR_ALL_ACL
This ACL gives the creators authentication id's all permissions. |
static ArrayList<org.apache.zookeeper.data.ACL> |
OPEN_ACL_UNSAFE
This is a completely open ACL . |
static ArrayList<org.apache.zookeeper.data.ACL> |
READ_ACL_UNSAFE
This ACL gives the world the ability to read. |
Field Detail |
---|
static final org.apache.zookeeper.data.Id ANYONE_ID_UNSAFE
static final org.apache.zookeeper.data.Id AUTH_IDS
static final ArrayList<org.apache.zookeeper.data.ACL> OPEN_ACL_UNSAFE
static final ArrayList<org.apache.zookeeper.data.ACL> CREATOR_ALL_ACL
static final ArrayList<org.apache.zookeeper.data.ACL> READ_ACL_UNSAFE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |