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

Packages that use UserPermission
org.apache.hadoop.hbase.security.access   
 

Uses of UserPermission in org.apache.hadoop.hbase.security.access
 

Methods in org.apache.hadoop.hbase.security.access that return types with arguments of type UserPermission
 List<UserPermission> AccessControllerProtocol.getUserPermissions(byte[] tableName)
          Queries the permissions currently stored for the given table, returning a list of currently granted permissions, along with the user or group each is associated with.
 List<UserPermission> AccessController.getUserPermissions(byte[] tableName)
           
 

Methods in org.apache.hadoop.hbase.security.access with parameters of type UserPermission
 void AccessControllerProtocol.grant(UserPermission userPermission)
          Grants the given user or group the privilege to perform the given actions
 void AccessController.grant(UserPermission perm)
           
 void AccessControllerProtocol.revoke(UserPermission userPermission)
          Revokes a previously granted privilege from a user or group.
 void AccessController.revoke(UserPermission perm)
           
 



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