Class OAuthHttpClientImpl
java.lang.Object
com.ibanity.apis.client.http.impl.OAuthHttpClientImpl
- All Implemented Interfaces:
OAuthHttpClient
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthHttpClientImpl(String clientId, org.apache.http.client.HttpClient httpClient) -
Method Summary
-
Constructor Details
-
OAuthHttpClientImpl
-
-
Method Details
-
post
public org.apache.http.HttpResponse post(URI path, Map<String, String> arguments, String clientSecret) - Specified by:
postin interfaceOAuthHttpClient
-
post
public org.apache.http.HttpResponse post(URI path, Map<String, String> additionalHeaders, Map<String, String> arguments, String clientSecret) - Specified by:
postin interfaceOAuthHttpClient
-