程序包 | 说明 |
---|---|
org.apache.hadoop.hdfs.security.token.block | |
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.mapreduce.security.token | |
org.apache.hadoop.mapreduce.security.token.delegation | |
org.apache.hadoop.security | |
org.apache.hadoop.security.token | |
org.apache.hadoop.security.token.delegation |
限定符和类型 | 类和说明 |
---|---|
class |
BlockTokenSecretManager
BlockTokenSecretManager can be instantiated in 2 modes, master mode and slave
mode.
|
限定符和类型 | 方法和说明 |
---|---|
static RPC.Server |
RPC.getServer(Object instance,
String bindAddress,
int port,
int numHandlers,
boolean verbose,
Configuration conf,
SecretManager<? extends TokenIdentifier> secretManager)
Construct a server for a protocol implementation instance listening on a
port and address, with a secret manager.
|
构造器和说明 |
---|
RPC.Server(Object instance,
Configuration conf,
String bindAddress,
int port,
int numHandlers,
boolean verbose,
SecretManager<? extends TokenIdentifier> secretManager)
Construct an RPC server.
|
Server(String bindAddress,
int port,
Class<? extends Writable> paramClass,
int handlerCount,
Configuration conf,
String serverName,
SecretManager<? extends TokenIdentifier> secretManager)
Constructs a server listening on the named port and address.
|
限定符和类型 | 类和说明 |
---|---|
class |
JobTokenSecretManager
SecretManager for job token.
|
限定符和类型 | 类和说明 |
---|---|
class |
DelegationTokenSecretManager
A MapReduce specific delegation token secret manager.
|
限定符和类型 | 方法和说明 |
---|---|
static <T extends TokenIdentifier> |
SaslRpcServer.getIdentifier(String id,
SecretManager<T> secretManager) |
构造器和说明 |
---|
SaslRpcServer.SaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager,
Server.Connection connection) |
构造器和说明 |
---|
Token(T id,
SecretManager<T> mgr)
Construct a token given a token identifier and a secret manager for the
type of the token identifier.
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier> |
Copyright © 2009 The Apache Software Foundation