public class TestWithDisabledAuthorization 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 String |
PRIVATE |
private static String |
SECRET |
private static org.apache.hadoop.hbase.security.User |
SUPERUSER |
private static byte[] |
TEST_FAMILY |
org.junit.rules.TestName |
TEST_NAME |
private static byte[] |
TEST_QUALIFIER |
private static HBaseTestingUtility |
TEST_UTIL |
private static org.apache.hadoop.hbase.security.User |
USER_RW |
private static byte[] |
ZERO |
Constructor and Description |
---|
TestWithDisabledAuthorization() |
Modifier and Type | Method and Description |
---|---|
(package private) static org.apache.hadoop.hbase.client.Table |
createTableAndWriteDataWithLabels(org.apache.hadoop.hbase.TableName tableName,
String... labelExps) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testManageUserAuths() |
void |
testPassiveVisibility() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final String CONFIDENTIAL
private static final String SECRET
private static final String PRIVATE
private static final byte[] TEST_FAMILY
private static final byte[] TEST_QUALIFIER
private static final byte[] ZERO
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 USER_RW
private static org.apache.hadoop.conf.Configuration conf
public TestWithDisabledAuthorization()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testManageUserAuths() throws Throwable
Throwable
public void testPassiveVisibility() throws Exception
Exception
static org.apache.hadoop.hbase.client.Table createTableAndWriteDataWithLabels(org.apache.hadoop.hbase.TableName tableName, String... labelExps) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.