Interface | Description |
---|---|
AccessControlConstants |
Class | Description |
---|---|
AccessChecker | |
AccessChecker.InputUser |
A temporary user class to instantiate User instance based on the name and groups.
|
AccessControlClient |
Utility client for doing access control admin operations.
|
AccessControlFilter |
NOTE: for internal use only by AccessController implementation
|
AccessController |
Provides basic authorization checks for data access and administrative
operations.
|
AccessControlLists |
Maintains lists of permission grants to users and groups to allow for
authorization checks by
AccessController . |
AccessControlUtil | |
AuthManager |
Performs authorization checks for a given user's assigned permissions.
|
AuthManager.PermissionCache<T extends Permission> |
Cache of permissions, it is thread safe.
|
AuthResult |
Represents the result of an authorization check for logging and error
reporting.
|
AuthResult.Params | |
CoprocessorWhitelistMasterObserver |
Master observer for restricting coprocessor assignments.
|
GetUserPermissionsRequest | |
GetUserPermissionsRequest.Builder | |
GlobalPermission |
Represents an authorization for access whole cluster.
|
NamespacePermission |
Represents an authorization for access for the given namespace.
|
Permission |
Base permissions instance representing the ability to perform a given set
of actions.
|
Permission.Builder | |
SecureBulkLoadEndpoint | Deprecated
As of release 2.0.0, this will be removed in HBase 3.0.0
|
ShadedAccessControlUtil |
Convert protobuf objects in AccessControl.proto under hbase-protocol-shaded to user-oriented
objects and vice versa.
|
TablePermission |
Represents an authorization for access for the given actions, optionally
restricted to the given column family or column qualifier, over the
given table.
|
UserPermission |
UserPermission consists of a user name and a permission.
|
ZKPermissionWatcher |
Handles synchronization of access control list entries and updates
throughout all nodes in the cluster.
|
Enum | Description |
---|---|
AccessControlFilter.Strategy | |
AccessController.OpType | |
Permission.Action | |
Permission.Scope |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.