程序包 | 说明 |
---|---|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.hdfs.security.token.block | |
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.mapred |
A software framework for easily writing applications which process vast
amounts of data (multi-terabyte data-sets) parallelly on large clusters
(thousands of nodes) built of commodity hardware in a reliable, fault-tolerant
manner.
|
org.apache.hadoop.mapreduce.security.token | |
org.apache.hadoop.security | |
org.apache.hadoop.security.token | |
org.apache.hadoop.security.token.delegation |
限定符和类型 | 方法和说明 |
---|---|
void |
DFSClient.cancelDelegationToken(Token<DelegationTokenIdentifier> token)
已过时。
Use Token.cancel instead.
|
long |
DistributedFileSystem.renewDelegationToken(Token<DelegationTokenIdentifier> token)
已过时。
Use Token.renew instead.
|
long |
DFSClient.renewDelegationToken(Token<DelegationTokenIdentifier> token)
已过时。
Use Token.renew instead.
|
限定符和类型 | 方法和说明 |
---|---|
void |
BlockTokenSecretManager.checkAccess(BlockTokenIdentifier id,
String userId,
Block block,
BlockTokenSecretManager.AccessMode mode)
Check if access should be allowed. userID is not checked if null.
|
void |
BlockTokenSecretManager.checkAccess(Token<BlockTokenIdentifier> token,
String userId,
Block block,
BlockTokenSecretManager.AccessMode mode)
Check if access should be allowed. userID is not checked if null
|
byte[] |
BlockTokenSecretManager.retrievePassword(BlockTokenIdentifier identifier)
Look up the token password/secret for the given block token identifier.
|
限定符和类型 | 方法和说明 |
---|---|
long |
NameNode.renewDelegationToken(Token<DelegationTokenIdentifier> token) |
long |
FSNamesystem.renewDelegationToken(Token<DelegationTokenIdentifier> token) |
限定符和类型 | 方法和说明 |
---|---|
long |
JobClient.renewDelegationToken(Token<DelegationTokenIdentifier> token)
Renew a delegation token
|
限定符和类型 | 方法和说明 |
---|---|
byte[] |
JobTokenSecretManager.retrievePassword(JobTokenIdentifier identifier)
Look up the token password/secret for the given job token identifier.
|
SecretKey |
JobTokenSecretManager.retrieveTokenSecret(String jobId)
Look up the token password/secret for the given jobId.
|
限定符和类型 | 方法和说明 |
---|---|
static <T extends TokenIdentifier> |
SaslRpcServer.getIdentifier(String id,
SecretManager<T> secretManager) |
void |
SaslRpcServer.SaslDigestCallbackHandler.handle(Callback[] callbacks) |
限定符和类型 | 方法和说明 |
---|---|
abstract byte[] |
SecretManager.retrievePassword(T identifier)
Retrieve the password for the given token identifier.
|
限定符和类型 | 方法和说明 |
---|---|
long |
AbstractDelegationTokenSecretManager.renewToken(Token<TokenIdent> token,
String renewer)
Renew a delegation token.
|
byte[] |
AbstractDelegationTokenSecretManager.retrievePassword(TokenIdent identifier) |
void |
AbstractDelegationTokenSecretManager.verifyToken(TokenIdent identifier,
byte[] password)
Verifies that the given identifier and password are valid and match.
|
Copyright © 2009 The Apache Software Foundation