| Package | Description |
|---|---|
| org.agorava.api.exception |
This package contains all the Agorava specific exception
|
| org.agorava.api.oauth |
This package contains API elements to manage interactions with generic OAuth services
|
| Constructor and Description |
|---|
OAuthParametersMissingException(OAuthRequest request)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthRequest |
OAuthService.requestFactory(Verb verb,
String uri)
Creates an OAuthRequest with the given Rest Verb and uri
|
| Modifier and Type | Method and Description |
|---|---|
Response |
OAuthService.sendSignedRequest(OAuthRequest request)
Signs and sends a simple request
|
void |
OAuthService.signRequest(Token accessToken,
OAuthRequest request)
Sign an OAuthRequest in order to make it valid for targeted service
|
Copyright © 2012-2013. All Rights Reserved.