Uses of Class
org.apache.hadoop.hbase.security.User

Packages that use User
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.security   
 

Uses of User in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase with parameters of type User
 void HTableDescriptor.setOwner(User owner)
          Deprecated. 
 

Uses of User in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type User
 Pair<com.google.protobuf.Message,CellScanner> HBaseClient.call(Method method, com.google.protobuf.Message param, CellScanner cells, InetSocketAddress addr, Class<? extends IpcProtocol> protocol, User ticket, int rpcTimeout)
          Make a call, passing param, to the IPC server running at address which is servicing the protocol protocol, with the ticket credentials, returning the value.
protected  HBaseClient.Connection HBaseClient.getConnection(InetSocketAddress addr, Class<? extends IpcProtocol> protocol, User ticket, int rpcTimeout, HBaseClient.Call call, Codec codec, org.apache.hadoop.io.compress.CompressionCodec compressor)
           
 

Uses of User in org.apache.hadoop.hbase.security
 

Methods in org.apache.hadoop.hbase.security that return User
static User User.create(org.apache.hadoop.security.UserGroupInformation ugi)
          Wraps an underlying UserGroupInformation instance.
static User User.createUserForTesting(org.apache.hadoop.conf.Configuration conf, String name, String[] groups)
          Generates a new User instance specifically for use in test code.
static User User.getCurrent()
          Returns the User instance within current execution context.
 



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