public class TestVisibilityWithCheckAuths extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
static org.apache.hadoop.conf.Configuration |
conf |
private static byte[] |
fam |
private static String |
PUBLIC |
private static byte[] |
qual |
private static byte[] |
row1 |
static org.apache.hadoop.hbase.security.User |
SUPERUSER |
org.junit.rules.TestName |
TEST_NAME |
static HBaseTestingUtility |
TEST_UTIL |
private static String |
TOPSECRET |
static org.apache.hadoop.hbase.security.User |
USER |
private static byte[] |
value |
Constructor and Description |
---|
TestVisibilityWithCheckAuths() |
Modifier and Type | Method and Description |
---|---|
static void |
addLabels() |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testLabelsWithAppend() |
void |
testVerifyAccessDeniedForInvalidUserAuths() |
public static final HBaseClassTestRule CLASS_RULE
private static final String TOPSECRET
private static final String PUBLIC
public static final HBaseTestingUtility TEST_UTIL
private static final byte[] row1
private static final byte[] fam
private static final byte[] qual
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 USER
public TestVisibilityWithCheckAuths()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testVerifyAccessDeniedForInvalidUserAuths() throws Exception
Exception
public void testLabelsWithAppend() throws Throwable
Throwable
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.