@InterfaceAudience.Public
public static interface ZooDefs.Ids
Modifier and Type | Field and Description |
---|---|
static Id |
ANYONE_ID_UNSAFE
This Id represents anyone.
|
static Id |
AUTH_IDS
This Id is only usable to set ACLs.
|
static java.util.ArrayList<ACL> |
CREATOR_ALL_ACL
This ACL gives the creators authentication id's all permissions.
|
static java.util.ArrayList<ACL> |
OPEN_ACL_UNSAFE
This is a completely open ACL .
|
static java.util.ArrayList<ACL> |
READ_ACL_UNSAFE
This ACL gives the world the ability to read.
|
static final Id ANYONE_ID_UNSAFE
static final Id AUTH_IDS
static final java.util.ArrayList<ACL> OPEN_ACL_UNSAFE
static final java.util.ArrayList<ACL> CREATOR_ALL_ACL
static final java.util.ArrayList<ACL> READ_ACL_UNSAFE
Copyright © 2018 The Apache Software Foundation