HBASE-20357 AccessControlClient API Enhancement - addendum for ACL Matrix (Pankaj Kumar)

This commit is contained in:
tedyu 2018-06-28 23:25:08 -07:00
parent bb8826ca5f
commit 85b41f36e0
1 changed files with 1 additions and 0 deletions

View File

@ -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)