| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.security | |
| org.apache.hadoop.security.rpcauth |
| Constructor and Description |
|---|
Server.Call(int id,
int retryCount,
Writable param,
Server.Connection connection) |
Server.Call(int id,
int retryCount,
Writable param,
Server.Connection connection,
RPC.RpcKind kind,
byte[] clientId) |
| Constructor and Description |
|---|
SaslRpcServer.SaslDigestCallbackHandler(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager,
Server.Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
SaslServer |
KerberosAuthMethod.createSaslServer(Server.Connection connection,
Map<String,Object> saslProperties) |
SaslServer |
RpcAuthMethod.createSaslServer(Server.Connection connection,
Map<String,Object> saslProperties)
Implementors which uses SASL authentication must return
true
for isSasl() method and return and instance of
SaslServer. |
SaslServer |
DigestAuthMethod.createSaslServer(Server.Connection connection,
Map<String,Object> saslProperties) |
| Constructor and Description |
|---|
DigestAuthMethod.SaslDigestCallbackHandler(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager,
Server.Connection connection) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.