|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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)
|
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |