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

Packages that use Permission
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   
 

Uses of Permission in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type Permission
 void Mutation.setACL(String user, Permission perms)
           
 void Query.setACL(String user, Permission perms)
           
 

Method parameters in org.apache.hadoop.hbase.client with type arguments of type Permission
 void Mutation.setACL(Map<String,Permission> perms)
           
 void Query.setACL(Map<String,Permission> perms)
           
 

Uses of Permission in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return Permission
static Permission ProtobufUtil.toPermission(org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.Permission proto)
          Converts a Permission proto to a client Permission object.
 

Methods in org.apache.hadoop.hbase.protobuf that return types with arguments of type Permission
static com.google.common.collect.ListMultimap<String,Permission> ProtobufUtil.toUsersAndPermissions(org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions proto)
           
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type Permission
static org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.Permission ProtobufUtil.toPermission(Permission perm)
          Convert a client Permission to a Permission proto
static org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions ProtobufUtil.toUsersAndPermissions(String user, Permission perms)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf with type arguments of type Permission
static org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions ProtobufUtil.toUsersAndPermissions(com.google.common.collect.ListMultimap<String,Permission> perms)
           
 

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.
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.