@InterfaceAudience.Public
org.apache.hadoop.hdfs.web.oauth2 for oauth2 token management support.参照先: 説明
| クラス | 説明 | 
|---|---|
| AccessTokenProvider | Provide an OAuth2 access token to be used to authenticate http calls in
 WebHDFS. | 
| AccessTokenTimer | Access tokens generally expire. | 
| AzureADClientCredentialBasedAccesTokenProvider | Obtain an access token via the credential-based OAuth2 workflow. | 
| ConfCredentialBasedAccessTokenProvider | Obtain an access token via a a credential (provided through the
 Configuration) using the
 
   Client Credentials Grant workflow. | 
| ConfRefreshTokenBasedAccessTokenProvider | Supply a access token obtained via a refresh token (provided through the
 Configuration using the second half of the
 
   Authorization Code Grant workflow. | 
| CredentialBasedAccessTokenProvider | Obtain an access token via the credential-based OAuth2 workflow. | 
| OAuth2ConnectionConfigurator | Configure a connection to use OAuth2 authentication. | 
| OAuth2Constants | Sundry constants relating to OAuth2 within WebHDFS. | 
org.apache.hadoop.hdfs.web.oauth2 for oauth2 token management support.Copyright © 2016 Apache Software Foundation. All rights reserved.