| Package | Description |
|---|---|
| org.apache.oltu.oauth2.client | |
| org.apache.oltu.oauth2.client.response | |
| org.apache.oltu.oauth2.client.validator |
| Modifier and Type | Method and Description |
|---|---|
<T extends OAuthClientResponse> |
URLConnectionClient.execute(OAuthClientRequest request,
Map<String,String> headers,
String requestMethod,
Class<T> responseClass) |
<T extends OAuthClientResponse> |
HttpClient.execute(OAuthClientRequest request,
Map<String,String> headers,
String requestMethod,
Class<T> responseClass) |
<T extends OAuthClientResponse> |
OAuthClient.resource(OAuthClientRequest request,
String requestMethod,
Class<T> responseClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
GitHubTokenResponse
Custom response class
|
class |
OAuthAccessTokenResponse |
class |
OAuthAuthzResponse |
class |
OAuthJSONAccessTokenResponse |
class |
OAuthResourceResponse |
| Modifier and Type | Method and Description |
|---|---|
static <T extends OAuthClientResponse> |
OAuthClientResponseFactory.createCustomResponse(InputStream body,
String contentType,
int responseCode,
Map<String,List<String>> headers,
Class<T> clazz) |
static <T extends OAuthClientResponse> |
OAuthClientResponseFactory.createCustomResponse(String body,
String contentType,
int responseCode,
Map<String,List<String>> headers,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static OAuthClientResponse |
OAuthClientResponseFactory.createGitHubTokenResponse(String body,
String contentType,
int responseCode) |
static OAuthClientResponse |
OAuthClientResponseFactory.createJSONTokenResponse(String body,
String contentType,
int responseCode) |
| Modifier and Type | Method and Description |
|---|---|
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–2016 The Apache Software Foundation. All rights reserved.