| Package | Description |
|---|---|
| org.jboss.seam.social.oauth | |
| org.jboss.seam.social.rest |
| Modifier and Type | Method and Description |
|---|---|
OAuthRequest |
OAuthProvider.requestFactory(RestVerb verb,
String uri)
Creates an OAuthRequest with the given Rest Verb and uri
|
RestResponse |
OAuthService.sendSignedRequest(RestVerb verb,
String uri)
Send an OAuth request signed without any parameter
|
RestResponse |
OAuthService.sendSignedRequest(RestVerb verb,
String uri,
Map<String,? extends Object> params)
Send an OAuth request signed with a list a parameter
|
RestResponse |
OAuthService.sendSignedRequest(RestVerb verb,
String uri,
String key,
Object value)
Send an OAuth request signed with a single parameter
|
RestResponse |
OAuthService.sendSignedXmlRequest(RestVerb verb,
String uri,
String payload)
Send an OAuth request signed with an XML Paylad as content
|
| Modifier and Type | Method and Description |
|---|---|
RestVerb |
RestRequest.getVerb() |
static RestVerb |
RestVerb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestVerb[] |
RestVerb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011-2013 Seam Framework. All Rights Reserved.