|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
---|---|
org.apache.hadoop.hbase.security.access |
Uses of Permission in org.apache.hadoop.hbase.security.access |
---|
Subclasses of Permission in org.apache.hadoop.hbase.security.access | |
---|---|
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. |
Methods in org.apache.hadoop.hbase.security.access with type parameters of type Permission | ||
---|---|---|
static
|
AccessControlLists.readPermissions(DataInput in,
org.apache.hadoop.conf.Configuration conf)
Reads a set of permissions as Writable instances
from the input stream. |
Methods in org.apache.hadoop.hbase.security.access with parameters of type Permission | |
---|---|
void |
AccessController.checkPermissions(Permission[] permissions)
|
void |
AccessControllerProtocol.checkPermissions(Permission[] permissions)
Checks whether the given Permissions will pass the access checks for the current user. |
Method parameters in org.apache.hadoop.hbase.security.access with type arguments of type Permission | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |