Package | Description |
---|---|
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.security.authorize |
Modifier and Type | Method and Description |
---|---|
void |
RPC.Server.authorize(Subject user,
org.apache.hadoop.ipc.ConnectionHeader connection) |
void |
Server.authorize(Subject user,
org.apache.hadoop.ipc.ConnectionHeader connection)
Authorize the incoming client connection.
|
Modifier and Type | Method and Description |
---|---|
static void |
ServiceAuthorizationManager.authorize(Subject user,
Class<?> protocol)
Authorize the user to access the protocol being used.
|
Copyright © 2010 The Apache Software Foundation