Uses of Interface
org.apache.hadoop.hbase.security.access.SecureTestUtil.AccessTestAction
Package
Description
-
Uses of SecureTestUtil.AccessTestAction in org.apache.hadoop.hbase.client
Modifier and TypeClassDescription(package private) static class
(package private) final class
(package private) static class
-
Uses of SecureTestUtil.AccessTestAction in org.apache.hadoop.hbase.rsgroup
Modifier and TypeMethodDescriptionprivate void
TestRSGroupsWithACL.validateAdminPermissions
(SecureTestUtil.AccessTestAction action) -
Uses of SecureTestUtil.AccessTestAction in org.apache.hadoop.hbase.security.access
Modifier and TypeMethodDescriptionprivate SecureTestUtil.AccessTestAction
TestCellACLWithMultipleVersions.getDeleteFamilyAction
(byte[] fam) Modifier and TypeMethodDescriptionstatic 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 operationsstatic 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)