Uses of Class
org.apache.hadoop.hbase.security.AccessDeniedException
Packages that use AccessDeniedException
Package
Description
-
Uses of AccessDeniedException in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access that throw AccessDeniedExceptionModifier and TypeMethodDescriptionprivate voidAccessController.requireScannerOwner(InternalScanner s) Verify, when servicing an RPC, that the caller is the scanner owner. -
Uses of AccessDeniedException in org.apache.hadoop.hbase.security.visibility
Methods in org.apache.hadoop.hbase.security.visibility that throw AccessDeniedExceptionModifier and TypeMethodDescriptionprivate voidVisibilityController.requireScannerOwner(InternalScanner s) Verify, when servicing an RPC, that the caller is the scanner owner.