| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobTokenIdentifier | |
|---|---|
| org.apache.hadoop.mapreduce.security | |
| org.apache.hadoop.mapreduce.security.token | |
| Uses of JobTokenIdentifier in org.apache.hadoop.mapreduce.security | 
|---|
| Methods in org.apache.hadoop.mapreduce.security that return types with arguments of type JobTokenIdentifier | |
|---|---|
| static Token<JobTokenIdentifier> | TokenCache.getJobToken(Credentials credentials) | 
| Uses of JobTokenIdentifier in org.apache.hadoop.mapreduce.security.token | 
|---|
| Methods in org.apache.hadoop.mapreduce.security.token that return JobTokenIdentifier | |
|---|---|
|  JobTokenIdentifier | JobTokenSecretManager.createIdentifier()Create an empty job token identifier | 
| Methods in org.apache.hadoop.mapreduce.security.token that return types with arguments of type JobTokenIdentifier | |
|---|---|
|  Token<JobTokenIdentifier> | JobTokenSelector.selectToken(Text service,
            Collection<Token<? extends TokenIdentifier>> tokens) | 
| Methods in org.apache.hadoop.mapreduce.security.token with parameters of type JobTokenIdentifier | |
|---|---|
|  byte[] | JobTokenSecretManager.createPassword(JobTokenIdentifier identifier)Create a new password/secret for the given job token identifier. | 
|  byte[] | JobTokenSecretManager.retrievePassword(JobTokenIdentifier identifier)Look up the token password/secret for the given job token identifier. | 
| Method parameters in org.apache.hadoop.mapreduce.security.token with type arguments of type JobTokenIdentifier | |
|---|---|
|  void | JobTokenSecretManager.addTokenForJob(String jobId,
               Token<JobTokenIdentifier> token)Add the job token of a job to cache | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||