public class TestEnforcingScanLabelGenerator extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
CF |
static HBaseClassTestRule |
CLASS_RULE |
static org.apache.hadoop.conf.Configuration |
conf |
static String |
CONFIDENTIAL |
private static byte[] |
Q1 |
private static byte[] |
Q2 |
private static byte[] |
Q3 |
private static byte[] |
ROW_1 |
private static String |
SECRET |
static org.apache.hadoop.hbase.security.User |
SUPERUSER |
org.junit.rules.TestName |
TEST_NAME |
static HBaseTestingUtility |
TEST_UTIL |
static org.apache.hadoop.hbase.security.User |
TESTUSER |
private static byte[] |
value |
Constructor and Description |
---|
TestEnforcingScanLabelGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testEnforcingScanLabelGenerator() |
public static final HBaseClassTestRule CLASS_RULE
public static final String CONFIDENTIAL
private static final String SECRET
public static final HBaseTestingUtility TEST_UTIL
private static final byte[] ROW_1
private static final byte[] CF
private static final byte[] Q1
private static final byte[] Q2
private static final byte[] Q3
private static final byte[] value
public static org.apache.hadoop.conf.Configuration conf
public final org.junit.rules.TestName TEST_NAME
public static org.apache.hadoop.hbase.security.User SUPERUSER
public static org.apache.hadoop.hbase.security.User TESTUSER
public TestEnforcingScanLabelGenerator()
public static void setupBeforeClass() throws Exception
Exception
public void testEnforcingScanLabelGenerator() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.