@InterfaceAudience.Public
public static interface ZooDefs.Ids
| Modifier and Type | Field and Description | 
|---|---|
| static Id | ANYONE_ID_UNSAFEThis Id represents anyone. | 
| static Id | AUTH_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. | 
static final Id ANYONE_ID_UNSAFE
static final Id AUTH_IDS
static final ArrayList<ACL> CREATOR_ALL_ACL
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.