Uses of Package
org.apache.hadoop.hbase.security.access

Packages that use org.apache.hadoop.hbase.security.access
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   
 

Classes in org.apache.hadoop.hbase.security.access used by org.apache.hadoop.hbase.client
Permission
          Base permissions instance representing the ability to perform a given set of actions.
 

Classes in org.apache.hadoop.hbase.security.access used by org.apache.hadoop.hbase.protobuf
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.
 

Classes in org.apache.hadoop.hbase.security.access used by org.apache.hadoop.hbase.security.access
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.
 



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