Package | Description |
---|---|
org.agorava.api.oauth |
This package contains API elements to manage interactions with generic OAuth services
|
org.agorava.api.rest |
This package contains all the Agorava Rest client framework
|
org.agorava.spi |
Contains all Agorava's Service Provider Interface that has to be extended for each provider module
|
Modifier and Type | Method and Description |
---|---|
OAuthRequest |
OAuthService.requestFactory(Verb verb,
String uri)
Creates an OAuthRequest with the given Rest Verb and uri
|
Response |
OAuthService.sendSignedRequest(Verb verb,
String uri)
Send an OAuth request signed without any parameter
|
Response |
OAuthService.sendSignedRequest(Verb verb,
String uri,
Map<String,?> params)
Send an OAuth request signed with a list a parameter
|
Response |
OAuthService.sendSignedRequest(Verb verb,
String uri,
String key,
Object value)
Send an OAuth request signed with a single parameter
|
Response |
OAuthService.sendSignedXmlRequest(Verb verb,
String uri,
String payload)
Send an OAuth request signed with an XML Payload as content
|
Modifier and Type | Method and Description |
---|---|
Verb |
Request.getVerb()
Returns the HTTP Verb
|
static Verb |
Verb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verb[] |
Verb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Verb |
ProviderConfigOauth20Final.getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to GET)
|
Verb |
ProviderConfigOauth20.getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to GET)
|
Verb |
ProviderConfigOauth10a.getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to POST)
|
Verb |
ProviderConfigOauth10a.getRequestTokenVerb()
Returns the verb for the request token endpoint (defaults to POST)
|
Copyright © 2012-2013. All Rights Reserved.