Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.security.access |
Class and Description |
---|
Permission
Base permissions instance representing the ability to perform a given set
of actions.
|
Class and Description |
---|
Permission
Base permissions instance representing the ability to perform a given set
of actions.
|
Permission.Action |
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.
|
Class and Description |
---|
AuthResult
Represents the result of an authorization check for logging and error
reporting.
|
AuthResult.Params |
Permission
Base permissions instance representing the ability to perform a given set
of actions.
|
Permission.Action |
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.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.