|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
org.apache.hadoop.hbase.security | |
org.apache.hadoop.hbase.security.access |
Uses of User in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase with parameters of type User | |
---|---|
JVMClusterUtil.MasterThread |
LocalHBaseCluster.addMaster(org.apache.hadoop.conf.Configuration c,
int index,
User user)
|
JVMClusterUtil.RegionServerThread |
LocalHBaseCluster.addRegionServer(org.apache.hadoop.conf.Configuration config,
int index,
User user)
|
void |
HTableDescriptor.setOwner(User owner)
Deprecated. |
Uses of User in org.apache.hadoop.hbase.ipc |
---|
Methods in org.apache.hadoop.hbase.ipc that return User | |
---|---|
static User |
RequestContext.getRequestUser()
Returns the user credentials associated with the current RPC request or null if no credentials were provided. |
User |
RequestContext.getUser()
|
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)
|
static void |
RequestContext.set(User user,
InetAddress remoteAddress,
Class<? extends IpcProtocol> protocol)
Initializes the client credentials for the current request. |
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. |
Uses of User in org.apache.hadoop.hbase.security.access |
---|
Methods in org.apache.hadoop.hbase.security.access that return User | |
---|---|
User |
AuthResult.getUser()
|
Methods in org.apache.hadoop.hbase.security.access with parameters of type User | |
---|---|
static AuthResult |
AuthResult.allow(String request,
String reason,
User user,
Permission.Action action,
byte[] table,
byte[] family,
byte[] qualifier)
|
static AuthResult |
AuthResult.allow(String request,
String reason,
User user,
Permission.Action action,
byte[] table,
Map<byte[],? extends Collection<?>> families)
|
boolean |
TableAuthManager.authorize(User user,
byte[] table,
byte[] family,
byte[] qualifier,
Permission.Action action)
|
boolean |
TableAuthManager.authorize(User user,
byte[] table,
byte[] family,
Permission.Action action)
|
boolean |
TableAuthManager.authorize(User user,
byte[] table,
KeyValue kv,
Permission.Action action)
|
boolean |
TableAuthManager.authorize(User user,
Permission.Action action)
Authorize a global permission based on ACLs for the given user and the user's groups. |
static AuthResult |
AuthResult.deny(String request,
String reason,
User user,
Permission.Action action,
byte[] table,
byte[] family,
byte[] qualifier)
|
static AuthResult |
AuthResult.deny(String request,
String reason,
User user,
Permission.Action action,
byte[] table,
Map<byte[],? extends Collection<?>> families)
|
boolean |
TableAuthManager.matchPermission(User user,
byte[] table,
byte[] family,
byte[] qualifier,
Permission.Action action)
|
boolean |
TableAuthManager.matchPermission(User user,
byte[] table,
byte[] family,
Permission.Action action)
Returns true if the given user has a TablePermission matching up
to the column family portion of a permission. |
Constructors in org.apache.hadoop.hbase.security.access with parameters of type User | |
---|---|
AuthResult(boolean allowed,
String request,
String reason,
User user,
Permission.Action action,
byte[] table,
byte[] family,
byte[] qualifier)
|
|
AuthResult(boolean allowed,
String request,
String reason,
User user,
Permission.Action action,
byte[] table,
Map<byte[],? extends Collection<?>> families)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |