public class TestVisibilityLabelsOpWithDifferentUsersNoACL extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static String |
CONFIDENTIAL |
private static org.apache.hadoop.hbase.security.User |
NORMAL_USER |
private static org.apache.hadoop.hbase.security.User |
NORMAL_USER1 |
private static String |
PRIVATE |
private static String |
SECRET |
private static org.apache.hadoop.hbase.security.User |
SUPERUSER |
org.junit.rules.TestName |
TEST_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestVisibilityLabelsOpWithDifferentUsersNoACL() |
Modifier and Type | Method and Description |
---|---|
private static void |
addLabels() |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testLabelsTableOpsWithDifferentUsers() |
public static final HBaseClassTestRule CLASS_RULE
private static final String PRIVATE
private static final String CONFIDENTIAL
private static final String SECRET
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.conf.Configuration conf
public final org.junit.rules.TestName TEST_NAME
private static org.apache.hadoop.hbase.security.User SUPERUSER
private static org.apache.hadoop.hbase.security.User NORMAL_USER
private static org.apache.hadoop.hbase.security.User NORMAL_USER1
public TestVisibilityLabelsOpWithDifferentUsersNoACL()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testLabelsTableOpsWithDifferentUsers() throws Throwable
Throwable
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.