Package io.dialob.api.client.okhttp.auth
Class OAuth.OAuthFeignClient
- java.lang.Object
-
- io.dialob.api.client.okhttp.auth.OAuth.OAuthFeignClient
-
-
Constructor Summary
Constructors Constructor Description OAuthFeignClient()OAuthFeignClient(feign.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends org.apache.oltu.oauth2.client.response.OAuthClientResponse>
Texecute(org.apache.oltu.oauth2.client.request.OAuthClientRequest request, Map<String,String> headers, String requestMethod, Class<T> responseClass)voidshutdown()
-
-
-
Method Detail
-
execute
public <T extends org.apache.oltu.oauth2.client.response.OAuthClientResponse> T execute(org.apache.oltu.oauth2.client.request.OAuthClientRequest request, Map<String,String> headers, String requestMethod, Class<T> responseClass) throws org.apache.oltu.oauth2.common.exception.OAuthSystemException, org.apache.oltu.oauth2.common.exception.OAuthProblemException- Specified by:
executein interfaceorg.apache.oltu.oauth2.client.HttpClient- Throws:
org.apache.oltu.oauth2.common.exception.OAuthSystemExceptionorg.apache.oltu.oauth2.common.exception.OAuthProblemException
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceorg.apache.oltu.oauth2.client.HttpClient
-
-