net.smartam.leeloo.client
Class OAuthClient
java.lang.Object
net.smartam.leeloo.client.OAuthClient
public class OAuthClient
- extends Object
OAuth Client - exposes a high-level API for Client Applications
- Author:
- Maciej Machulak, Lukasz Moren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
httpClient
protected HttpClient httpClient
OAuthClient
public OAuthClient(HttpClient oauthClient)
accessToken
public <T extends OAuthAccessTokenResponse> T accessToken(OAuthClientRequest request,
Class<T> responseClass)
throws OAuthSystemException,
OAuthProblemException
- Throws:
OAuthSystemException
OAuthProblemException
accessToken
public OAuthJSONAccessTokenResponse accessToken(OAuthClientRequest request)
throws OAuthSystemException,
OAuthProblemException
- Throws:
OAuthSystemException
OAuthProblemException
Copyright © 2010. All Rights Reserved.