Package | Description |
---|---|
org.apache.hadoop.hbase.client | |
org.apache.hadoop.hbase.security.access |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SnapshotWithAclTestBase.AccessReadAction |
(package private) class |
SnapshotWithAclTestBase.AccessSnapshotAction |
(package private) static class |
SnapshotWithAclTestBase.AccessWriteAction |
Modifier and Type | Class and Description |
---|---|
private class |
TestAccessController.BulkLoadAccessTestAction |
Modifier and Type | Method and Description |
---|---|
private SecureTestUtil.AccessTestAction |
TestCellACLWithMultipleVersions.getDeleteFamilyAction(byte[] fam) |
Modifier and Type | Method and Description |
---|---|
static void |
SecureTestUtil.verifyAllowed(SecureTestUtil.AccessTestAction action,
org.apache.hadoop.hbase.security.User... users)
This fails only in case of ADE or empty list for any of the users.
|
static void |
SecureTestUtil.verifyAllowed(org.apache.hadoop.hbase.security.User user,
SecureTestUtil.AccessTestAction... actions)
This fails only in case of ADE or empty list for any of the actions.
|
static void |
SecureTestUtil.verifyAllowed(org.apache.hadoop.hbase.security.User user,
SecureTestUtil.AccessTestAction action,
int count) |
private void |
TestAccessController.verifyAnyCreate(SecureTestUtil.AccessTestAction action) |
static void |
SecureTestUtil.verifyDenied(SecureTestUtil.AccessTestAction action,
org.apache.hadoop.hbase.security.User... users)
This passes only in case of ADE for all users.
|
static void |
SecureTestUtil.verifyDenied(org.apache.hadoop.hbase.security.User user,
SecureTestUtil.AccessTestAction... actions)
This passes only in case of ADE for all actions.
|
private void |
TestAccessController.verifyGlobal(SecureTestUtil.AccessTestAction action)
global operations
|
static void |
SecureTestUtil.verifyIfEmptyList(SecureTestUtil.AccessTestAction action,
org.apache.hadoop.hbase.security.User... users)
This passes only in case of empty list for all users.
|
static void |
SecureTestUtil.verifyIfNull(SecureTestUtil.AccessTestAction action,
org.apache.hadoop.hbase.security.User... users)
This passes only in case of null for all users.
|
private void |
TestAccessController.verifyRead(SecureTestUtil.AccessTestAction action) |
private void |
TestAccessController.verifyReadWrite(SecureTestUtil.AccessTestAction action) |
private void |
TestAccessController.verifyWrite(SecureTestUtil.AccessTestAction action) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.