Interface | Description |
---|---|
AccessControllerProtocol |
A custom protocol defined for maintaining and querying access control lists.
|
SecureBulkLoadProtocol |
Provides a secure way to bulk load data onto HBase
These are internal API.
|
Class | Description |
---|---|
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 . |
Permission |
Base permissions instance representing the ability to perform a given set
of actions.
|
SecureBulkLoadEndpoint |
Coprocessor service for bulk loads in secure mode.
|
TableAuthManager |
Performs authorization checks for a given user's assigned permissions
|
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 |
Represents an authorization for access over the given table, column family
plus qualifier, for the given user.
|
ZKPermissionWatcher |
Handles synchronization of access control list entries and updates
throughout all nodes in the cluster.
|
Enum | Description |
---|---|
Permission.Action |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.