public class OAuthConfig extends Object
Constructor and Description |
---|
OAuthConfig(String key,
String secret) |
OAuthConfig(String apiKey,
String apiSecret,
String callback,
SignatureType signatureType,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
Integer connectTimeout,
Integer readTimeout,
HttpClient.Config httpClientConfig,
HttpClient httpClient)
|
OAuthConfig(String apiKey,
String apiSecret,
String callback,
SignatureType signatureType,
String scope,
OutputStream debugStream,
String state,
String responseType,
String userAgent,
Integer connectTimeout,
Integer readTimeout,
HttpClientConfig httpClientConfig,
HttpClient httpClient) |
Modifier and Type | Method and Description |
---|---|
String |
getApiKey() |
String |
getApiSecret() |
String |
getCallback() |
Integer |
getConnectTimeout() |
HttpClient |
getHttpClient() |
HttpClientConfig |
getHttpClientConfig() |
Integer |
getReadTimeout() |
String |
getResponseType() |
String |
getScope() |
SignatureType |
getSignatureType() |
String |
getState() |
String |
getUserAgent() |
void |
log(String message) |
@Deprecated public OAuthConfig(String apiKey, String apiSecret, String callback, SignatureType signatureType, String scope, OutputStream debugStream, String state, String responseType, String userAgent, Integer connectTimeout, Integer readTimeout, HttpClient.Config httpClientConfig, HttpClient httpClient)
apiKey
- apiKeyapiSecret
- apiSecretcallback
- callbacksignatureType
- signatureTypescope
- scopedebugStream
- debugStreamstate
- stateresponseType
- responseTypeuserAgent
- userAgentconnectTimeout
- connectTimeoutreadTimeout
- readTimeouthttpClientConfig
- httpClientConfighttpClient
- httpClientpublic OAuthConfig(String apiKey, String apiSecret, String callback, SignatureType signatureType, String scope, OutputStream debugStream, String state, String responseType, String userAgent, Integer connectTimeout, Integer readTimeout, HttpClientConfig httpClientConfig, HttpClient httpClient)
public String getApiKey()
public String getApiSecret()
public String getCallback()
public SignatureType getSignatureType()
public String getScope()
public String getState()
public String getResponseType()
public String getUserAgent()
public void log(String message)
public Integer getConnectTimeout()
public Integer getReadTimeout()
public HttpClientConfig getHttpClientConfig()
public HttpClient getHttpClient()
Copyright © 2016. All rights reserved.