This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.amber.oauth2.client.response.OAuthClientResponse (Apache Oltu: OAuth 2.0 Implementation - Client 0.31-incubating-SNAPSHOT API)

Uses of Class
org.apache.amber.oauth2.client.response.OAuthClientResponse

Packages that use OAuthClientResponse
org.apache.amber.oauth2.client   
org.apache.amber.oauth2.client.response   
org.apache.amber.oauth2.client.validator   
 

Uses of OAuthClientResponse in org.apache.amber.oauth2.client
 

Methods in org.apache.amber.oauth2.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)
           
<T extends OAuthClientResponse>
T
OAuthClient.resource(OAuthClientRequest request, String requestMethod, Class<T> responseClass)
           
 

Uses of OAuthClientResponse in org.apache.amber.oauth2.client.response
 

Subclasses of OAuthClientResponse in org.apache.amber.oauth2.client.response
 class GitHubTokenResponse
           
 class OAuthAccessTokenResponse
           
 class OAuthAuthzResponse
           
 class OAuthJSONAccessTokenResponse
           
 class OAuthResourceResponse
           
 

Methods in org.apache.amber.oauth2.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 org.apache.amber.oauth2.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 org.apache.amber.oauth2.client.validator
 

Methods in org.apache.amber.oauth2.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-2013 The Apache Software Foundation. All Rights Reserved.