Uses of Class
net.smartam.leeloo.client.response.OAuthClientResponse

Packages that use OAuthClientResponse
net.smartam.leeloo.client   
net.smartam.leeloo.client.response   
net.smartam.leeloo.client.validator   
 

Uses of OAuthClientResponse in net.smartam.leeloo.client
 

Methods in net.smartam.leeloo.client with type parameters of type OAuthClientResponse
<T extends OAuthClientResponse>
T
URLConnectionClient.execute(OAuthClientRequest request, Map<String,String> headers, String requestMethod, Class<T> responseClass)
           
<T extends OAuthClientResponse>
T
HttpClient.execute(OAuthClientRequest request, Map<String,String> headers, String requestMethod, Class<T> responseClass)
           
 

Uses of OAuthClientResponse in net.smartam.leeloo.client.response
 

Subclasses of OAuthClientResponse in net.smartam.leeloo.client.response
 class GitHubTokenResponse
           
 class OAuthAccessTokenResponse
           
 class OAuthAuthzResponse
           
 class OAuthJSONAccessTokenResponse
           
 

Methods in net.smartam.leeloo.client.response with type parameters of type OAuthClientResponse
static
<T extends OAuthClientResponse>
T
OAuthClientResponseFactory.createCustomResponse(String body, String contentType, int responseCode, Class<T> clazz)
           
 

Methods in net.smartam.leeloo.client.response that return OAuthClientResponse
static OAuthClientResponse OAuthClientResponseFactory.createGitHubTokenResponse(String body, String contentType, int responseCode)
           
static OAuthClientResponse OAuthClientResponseFactory.createJSONTokenResponse(String body, String contentType, int responseCode)
           
 

Uses of OAuthClientResponse in net.smartam.leeloo.client.validator
 

Methods in net.smartam.leeloo.client.validator with parameters of type OAuthClientResponse
 void OAuthClientValidator.validate(OAuthClientResponse response)
           
 void OAuthClientValidator.validateErrorResponse(OAuthClientResponse response)
           
 void OAuthClientValidator.validateNotAllowedParameters(OAuthClientResponse response)
           
 void OAuthClientValidator.validateParameters(OAuthClientResponse response)
           
 void OAuthClientValidator.validateRequiredParameters(OAuthClientResponse response)
           
 



Copyright © 2010. All Rights Reserved.