@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class AccessTokenProvider extends Object implements Configurable
| コンストラクタと説明 | 
|---|
| AccessTokenProvider() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| abstract String | getAccessToken()Obtain the access token that should be added to http connection's header. | 
| Configuration | getConf()Return the conf. | 
| void | setConf(Configuration configuration)Set the conf. | 
public AccessTokenProvider()
public abstract String getAccessToken() throws IOException
IOExceptionpublic Configuration getConf()
getConf インタフェース内 Configurablepublic void setConf(Configuration configuration)
setConf インタフェース内 Configurableconfiguration - New configuration.Copyright © 2016 Apache Software Foundation. All rights reserved.