Class TestWithDisabledAuthorization
java.lang.Object
org.apache.hadoop.hbase.security.access.SecureTestUtil
org.apache.hadoop.hbase.security.access.TestWithDisabledAuthorization
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.security.access.SecureTestUtil
SecureTestUtil.AccessTestAction, SecureTestUtil.MasterSyncObserver
-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.security.access.AccessController
static final HBaseClassTestRule
private static org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment
private static final org.slf4j.Logger
private org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
private static org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment
private static org.apache.hadoop.hbase.security.User
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final byte[]
private static final HBaseTestingUtil
private static org.apache.hadoop.hbase.security.User
private static org.apache.hadoop.hbase.security.User
private static org.apache.hadoop.hbase.security.User
private static org.apache.hadoop.hbase.security.User
private static org.apache.hadoop.hbase.security.User
private static org.apache.hadoop.hbase.security.User
private static org.apache.hadoop.hbase.security.User
private static final byte[]
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.security.access.SecureTestUtil
checkGlobalPerms, checkTablePerms, checkTablePerms, configureSuperuser, convertToNamespace, createNamespace, createTable, createTable, createTable, createTable, createTable, createTable, createTable, deleteNamespace, deleteTable, deleteTable, enableSecurity, grantGlobal, grantGlobal, grantGlobalUsingAccessControlClient, grantOnNamespace, grantOnNamespace, grantOnNamespaceUsingAccessControlClient, grantOnTable, grantOnTable, grantOnTableUsingAccessControlClient, revokeFromNamespace, revokeFromNamespace, revokeFromNamespaceUsingAccessControlClient, revokeFromTable, revokeFromTable, revokeFromTableUsingAccessControlClient, revokeGlobal, revokeGlobal, revokeGlobalUsingAccessControlClient, verifyAllowed, verifyAllowed, verifyAllowed, verifyConfiguration, verifyDenied, verifyDenied, verifyIfEmptyList, verifyIfNull
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
TEST_FAMILY
-
TEST_FAMILY2
-
TEST_ROW
-
TEST_Q1
-
TEST_Q2
-
TEST_Q3
-
TEST_Q4
-
ZERO
-
CP_ENV
-
ACCESS_CONTROLLER
-
RSCP_ENV
-
RCP_ENV
-
testTable
-
SUPERUSER
-
USER_ADMIN
-
USER_RW
-
USER_RO
-
USER_OWNER
-
USER_CREATE
-
USER_NONE
-
USER_QUAL
-
-
Constructor Details
-
TestWithDisabledAuthorization
public TestWithDisabledAuthorization()
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testCheckPermissions
- Throws:
Exception
-
testPassiveGrantRevoke
Test grants and revocations with authorization disabled- Throws:
Exception
-
testPassiveMasterOperations
Test master observer- Throws:
Exception
-
testPassiveRegionServerOperations
Test region server observer- Throws:
Exception
-
testPassiveRegionOperations
Test region observer- Throws:
Exception
-
testPassiveCellPermissions
- Throws:
Exception
-