|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecretManager.InvalidToken | |
---|---|
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 |
Uses of SecretManager.InvalidToken in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred that throw SecretManager.InvalidToken | |
---|---|
long |
JobClient.renewDelegationToken(Token<DelegationTokenIdentifier> token)
Renew a delegation token |
Uses of SecretManager.InvalidToken in org.apache.hadoop.mapreduce.security.token |
---|
Methods in org.apache.hadoop.mapreduce.security.token that throw SecretManager.InvalidToken | |
---|---|
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. |
Uses of SecretManager.InvalidToken in org.apache.hadoop.security |
---|
Methods in org.apache.hadoop.security that throw SecretManager.InvalidToken | ||
---|---|---|
static
|
SaslRpcServer.getIdentifier(String id,
SecretManager<T> secretManager)
|
|
void |
SaslRpcServer.SaslDigestCallbackHandler.handle(Callback[] callbacks)
|
Uses of SecretManager.InvalidToken in org.apache.hadoop.security.token |
---|
Methods in org.apache.hadoop.security.token that throw SecretManager.InvalidToken | |
---|---|
abstract byte[] |
SecretManager.retrievePassword(T identifier)
Retrieve the password for the given token identifier. |
Uses of SecretManager.InvalidToken in org.apache.hadoop.security.token.delegation |
---|
Methods in org.apache.hadoop.security.token.delegation that throw SecretManager.InvalidToken | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |