org.apache.hadoop.hbase.security.access
Interface AccessControlConstants


@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface AccessControlConstants


Field Summary
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; true
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
          Deprecated. 
static byte[] OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST
          Deprecated. 
static byte[] OP_ATTRIBUTE_ACL_STRATEGY_DEFAULT
          Deprecated. 
 

Field Detail

EXEC_PERMISSION_CHECKS_KEY

static final String EXEC_PERMISSION_CHECKS_KEY
Configuration option that toggles whether EXEC permission checking is performed during coprocessor endpoint invocations.

See Also:
Constant Field Values

DEFAULT_EXEC_PERMISSION_CHECKS

static final boolean DEFAULT_EXEC_PERMISSION_CHECKS
Default setting for hbase.security.exec.permission.checks; false

See Also:
Constant Field Values

CF_ATTRIBUTE_EARLY_OUT

static final String CF_ATTRIBUTE_EARLY_OUT
Configuration or CF schema option for early termination of access checks if table or CF permissions grant access. Pre-0.98 compatible behavior

See Also:
Constant Field Values

DEFAULT_ATTRIBUTE_EARLY_OUT

static final boolean DEFAULT_ATTRIBUTE_EARLY_OUT
Default setting for hbase.security.access.early_out; true

See Also:
Constant Field Values

OP_ATTRIBUTE_ACL

@InterfaceStability.Unstable
static final String OP_ATTRIBUTE_ACL
Cell level ACL

See Also:
Constant Field Values

OP_ATTRIBUTE_ACL_STRATEGY

@InterfaceStability.Unstable
@Deprecated
static final String OP_ATTRIBUTE_ACL_STRATEGY
Deprecated. 
Cell level ACL evaluation strategy

See Also:
Constant Field Values

OP_ATTRIBUTE_ACL_STRATEGY_DEFAULT

@InterfaceStability.Unstable
@Deprecated
static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_DEFAULT
Deprecated. 
Default cell ACL evaluation strategy: Table and CF first, then ACL


OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST

@InterfaceStability.Unstable
@Deprecated
static final byte[] OP_ATTRIBUTE_ACL_STRATEGY_CELL_FIRST
Deprecated. 
Alternate cell ACL evaluation strategy: Cell ACL first, then table and CF



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.