| Package | Description |
|---|---|
| org.apache.hadoop.hbase.security.access |
| Modifier and Type | Method and Description |
|---|---|
static void |
SecureTestUtil.verifyAllowed(SecureTestUtil.AccessTestAction action,
User... users)
This fails only in case of ADE or empty list for any of the users.
|
static void |
SecureTestUtil.verifyAllowed(User user,
SecureTestUtil.AccessTestAction... actions)
This fails only in case of ADE or empty list for any of the actions.
|
static void |
SecureTestUtil.verifyAllowed(User user,
SecureTestUtil.AccessTestAction action,
int count) |
static void |
SecureTestUtil.verifyDenied(SecureTestUtil.AccessTestAction action,
User... users)
This passes only in case of ADE for all users.
|
static void |
SecureTestUtil.verifyDenied(User user,
SecureTestUtil.AccessTestAction... actions)
This passes only in case of ADE for all actions.
|
static void |
SecureTestUtil.verifyIfEmptyList(SecureTestUtil.AccessTestAction action,
User... users)
This passes only in case of empty list for all users.
|
static void |
SecureTestUtil.verifyIfNull(SecureTestUtil.AccessTestAction action,
User... users)
This passes only in case of null for all users.
|