| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| List<Token<?>> | ViewFs. getDelegationTokens(String renewer) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<org.apache.hadoop.mapreduce.security.token.delegation.DelegationTokenIdentifier> | JobClient. getDelegationToken(Text renewer)Get a delegation token for the user from the JobTracker. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | JobClient. cancelDelegationToken(Token<org.apache.hadoop.mapreduce.security.token.delegation.DelegationTokenIdentifier> token)非推奨です。 
 Use  cancel(org.apache.hadoop.conf.Configuration)instead | 
| long | JobClient. renewDelegationToken(Token<org.apache.hadoop.mapreduce.security.token.delegation.DelegationTokenIdentifier> token)非推奨です。 
 Use  renew(org.apache.hadoop.conf.Configuration)instead | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<org.apache.hadoop.mapreduce.security.token.delegation.DelegationTokenIdentifier> | Cluster. getDelegationToken(Text renewer)Get a delegation token for the user from the JobTracker. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | Cluster. cancelDelegationToken(Token<org.apache.hadoop.mapreduce.security.token.delegation.DelegationTokenIdentifier> token)非推奨です。 
 Use  cancel(org.apache.hadoop.conf.Configuration)instead | 
| long | Cluster. renewDelegationToken(Token<org.apache.hadoop.mapreduce.security.token.delegation.DelegationTokenIdentifier> token)非推奨です。 
 Use  renew(org.apache.hadoop.conf.Configuration)instead | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<T> | Token. copyToken() | 
| Token<T> | TokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| abstract void | TokenRenewer. cancel(Token<?> token,
      Configuration conf)Cancel the given token | 
| abstract boolean | TokenRenewer. isManaged(Token<?> token)Is the given token managed? | 
| abstract long | TokenRenewer. renew(Token<?> token,
     Configuration conf)Renew the given token. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<T> | TokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| コンストラクタと説明 | 
|---|
| Token(Token<T> other)Clone a token. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> | DelegationTokenAuthenticatedURL.Token. getDelegationToken() | 
| Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> | DelegationTokenAuthenticator. getDelegationToken(URL url,
                  org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token,
                  String renewer)Requests a delegation token using the configured  Authenticatorfor authentication. | 
| Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> | DelegationTokenAuthenticator. getDelegationToken(URL url,
                  org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token,
                  String renewer,
                  String doAsUser)Requests a delegation token using the configured  Authenticatorfor authentication. | 
| Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> | DelegationTokenAuthenticatedURL. getDelegationToken(URL url,
                  DelegationTokenAuthenticatedURL.Token token,
                  String renewer)Requests a delegation token using the configured  Authenticatorfor authentication. | 
| Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> | DelegationTokenAuthenticatedURL. getDelegationToken(URL url,
                  DelegationTokenAuthenticatedURL.Token token,
                  String renewer,
                  String doAsUser)Requests a delegation token using the configured  Authenticatorfor authentication. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | DelegationTokenAuthenticator. cancelDelegationToken(URL url,
                     org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token,
                     Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> dToken)Cancels a delegation token from the server end-point. | 
| void | DelegationTokenAuthenticator. cancelDelegationToken(URL url,
                     org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token,
                     Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> dToken,
                     String doAsUser)Cancels a delegation token from the server end-point. | 
| long | DelegationTokenAuthenticator. renewDelegationToken(URL url,
                    org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token,
                    Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> dToken)Renews a delegation token from the server end-point using the
 configured  Authenticatorfor authentication. | 
| long | DelegationTokenAuthenticator. renewDelegationToken(URL url,
                    org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token token,
                    Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> dToken,
                    String doAsUser)Renews a delegation token from the server end-point using the
 configured  Authenticatorfor authentication. | 
| void | DelegationTokenAuthenticatedURL.Token. setDelegationToken(Token<org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier> delegationToken) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| abstract Token<AMRMTokenIdentifier> | YarnClient. getAMRMToken(ApplicationId appId)Get the AMRM token of the application. | 
| abstract Token<TimelineDelegationTokenIdentifier> | TimelineClient. getDelegationToken(String renewer)
 Get a delegation token so as to be able to talk to the timeline server in a
 secure way. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| abstract void | TimelineClient. cancelDelegationToken(Token<TimelineDelegationTokenIdentifier> timelineDT)
 Cancel a timeline delegation token. | 
| abstract long | TimelineClient. renewDelegationToken(Token<TimelineDelegationTokenIdentifier> timelineDT)
 Renew a timeline delegation token. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<AMRMTokenIdentifier> | AMRMTokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| Token<ContainerTokenIdentifier> | ContainerTokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<AMRMTokenIdentifier> | AMRMTokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| Token<ContainerTokenIdentifier> | ContainerTokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<RMDelegationTokenIdentifier> | RMDelegationTokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| Token<TimelineDelegationTokenIdentifier> | TimelineDelegationTokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Token<RMDelegationTokenIdentifier> | RMDelegationTokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| Token<TimelineDelegationTokenIdentifier> | TimelineDelegationTokenSelector. selectToken(Text service,
           Collection<Token<? extends TokenIdentifier>> tokens) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static <T extends TokenIdentifier> | ConverterUtils. convertFromYarn(Token protoToken,
               InetSocketAddress serviceAddr)Convert a protobuf token into a rpc token and set its service. | 
| static <T extends TokenIdentifier> | ConverterUtils. convertFromYarn(Token protoToken,
               Text service)Convert a protobuf token into a rpc token and set its service. | 
Copyright © 2016 Apache Software Foundation. All rights reserved.