@InterfaceAudience.Public @InterfaceStability.Evolving public interface AccessControlConstants
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CF_ATTRIBUTE_EARLY_OUT
Configuration or CF schema option for early termination of access checks
 if table or CF permissions grant access. 
 | 
static boolean | 
DEFAULT_ATTRIBUTE_EARLY_OUT
Default setting for hbase.security.access.early_out 
 | 
static boolean | 
DEFAULT_EXEC_PERMISSION_CHECKS
Default setting for hbase.security.exec.permission.checks; false 
 | 
static String | 
EXEC_PERMISSION_CHECKS_KEY
Configuration option that toggles whether EXEC permission checking is
 performed during coprocessor endpoint invocations. 
 | 
static String | 
OP_ATTRIBUTE_ACL
Cell level ACL 
 | 
static String | 
OP_ATTRIBUTE_ACL_STRATEGY
Cell level ACL evaluation strategy 
 | 
static byte[] | 
OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST
Alternate cell ACL evaluation strategy: Cell ACL first, then table and CF 
 | 
static byte[] | 
OP_ATTRIBUTE_ACL_STRATEGY_DEFAULT
Default cell ACL evaluation strategy: Table and CF first, then ACL 
 | 
static final String EXEC_PERMISSION_CHECKS_KEY
static final boolean DEFAULT_EXEC_PERMISSION_CHECKS
static final String CF_ATTRIBUTE_EARLY_OUT
static final boolean DEFAULT_ATTRIBUTE_EARLY_OUT
static final String OP_ATTRIBUTE_ACL
static final String OP_ATTRIBUTE_ACL_STRATEGY
static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_DEFAULT
static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST
Copyright © 2007-2017 The Apache Software Foundation. All Rights Reserved.