|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
URLConnectionClient.execute(OAuthClientRequest request,
Map<String,String> headers,
String requestMethod,
Class<T> responseClass)
|
|
|
HttpClient.execute(OAuthClientRequest request,
Map<String,String> headers,
String requestMethod,
Class<T> responseClass)
|
|
|
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
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||