Package | Description |
---|---|
org.apache.hadoop.hbase.security.access |
Modifier and Type | Class and Description |
---|---|
class |
TablePermission
Represents an authorization for access for the given actions, optionally
restricted to the given column family or column qualifier, over the
given table.
|
class |
UserPermission
Represents an authorization for access over the given table, column family
plus qualifier, for the given user.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Permission> |
AccessControlLists.readPermissions(DataInput in,
org.apache.hadoop.conf.Configuration conf)
Reads a set of permissions as
Writable instances
from the input stream. |
Modifier and Type | Method and Description |
---|---|
void |
AccessController.checkPermissions(Permission[] permissions) |
void |
AccessControllerProtocol.checkPermissions(Permission[] permissions)
Checks whether the given Permissions will pass the access checks for the
current user.
|
Modifier and Type | Method and Description |
---|---|
static void |
AccessControlLists.writePermissions(DataOutput out,
com.google.common.collect.ListMultimap<String,? extends Permission> perms,
org.apache.hadoop.conf.Configuration conf)
Writes a set of permissions as
Writable instances
to the given output stream. |
static byte[] |
AccessControlLists.writePermissionsAsBytes(com.google.common.collect.ListMultimap<String,? extends Permission> perms,
org.apache.hadoop.conf.Configuration conf)
Writes a set of permissions as
Writable instances
and returns the resulting byte array. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.