| Interface | Description |
|---|---|
| AccessControlConstants | |
| CodeToClassAndBackFor96Migration | Deprecated
In place until we come up on 0.96 and then it can be removed
along with
HbaseObjectWritableFor96Migration; needed to read
pre-0.96 TablePermissions. |
| SecureBulkLoadEndpoint.Consumer<T> |
| Class | Description |
|---|---|
| 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. |
| AuthResult |
Represents the result of an authorization check for logging and error
reporting.
|
| AuthResult.Params | |
| CodeToClassAndBackFor96Migration.InternalStaticLoader |
Class that loads the static maps with their values.
|
| HbaseObjectWritableFor96Migration | Deprecated
This class is needed migrating TablePermissions written with
Writables.
|
| HbaseObjectWritableFor96Migration.NullInstance | |
| Permission |
Base permissions instance representing the ability to perform a given set
of actions.
|
| SecureBulkLoadEndpoint |
Coprocessor service for bulk loads in secure mode.
|
| SecureBulkLoadEndpoint.SecureBulkLoadListener | |
| TableAuthManager |
Performs authorization checks for a given user's assigned permissions
|
| TableAuthManager.PermissionCache<T extends Permission> | |
| 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 |
|---|---|
| AccessControlFilter.Strategy | |
| AccessController.OpType | |
| Permission.Action |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.