From 85b41f36e01214b6485c9352875c84ebf877dab3 Mon Sep 17 00:00:00 2001 From: tedyu Date: Thu, 28 Jun 2018 23:25:08 -0700 Subject: [PATCH] HBASE-20357 AccessControlClient API Enhancement - addendum for ACL Matrix (Pankaj Kumar) --- src/main/asciidoc/_chapters/appendix_acl_matrix.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc b/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc index d5ea0765ba8..cb17346d42c 100644 --- a/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc +++ b/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc @@ -160,6 +160,7 @@ In case the table goes out of date, the unit tests which check for accuracy of p | | getUserPermissions(global level) | global(A) | | getUserPermissions(namespace level) | global(A)\|NS(A) | | getUserPermissions(table level) | global(A)\|NS(A)\|TableOwner\|table(A)\|CF(A)\|CQ(A) +| | hasPermission(table level) | global(A)\|SelfUserCheck | RegionServer | stopRegionServer | superuser\|global(A) | | mergeRegions | superuser\|global(A) | | rollWALWriterRequest | superuser\|global(A)