@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
IOException
public Configuration getConf()
getConf
インタフェース内 Configurable
public void setConf(Configuration configuration)
setConf
インタフェース内 Configurable
configuration
- New configuration.Copyright © 2016 Apache Software Foundation. All rights reserved.