Uses of Class
org.apache.hadoop.hbase.security.access.Permission

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
<T extends Permission>
com.google.common.collect.ListMultimap<String,T>
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 AccessControllerProtocol.checkPermissions(Permission[] permissions)
          Checks whether the given Permissions will pass the access checks for the current user.
 void AccessController.checkPermissions(Permission[] permissions)
           
 

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.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.