|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OAuthRequest
Implementation of this interface Represent an OAuth Request
| Method Summary | |
|---|---|
void |
addOAuthParameter(String name,
String value)
Adds an OAuth parameter. |
Map<String,String> |
getOauthParameters()
Returns the Map containing the key-value pair of parameters. |
| Methods inherited from interface org.jboss.seam.social.rest.RestRequest |
|---|
addBodyParameter, addHeader, addPayload, addQuerystringParameter, getBodyContents, getBodyParams, getHeaders, getQueryStringParams, getSanitizedUrl, getUrl, getVerb, send, setConnectTimeout, setReadTimeout |
| Method Detail |
|---|
void addOAuthParameter(String name,
String value)
key - name of the parametervalue - value of the parameterMap<String,String> getOauthParameters()
Map containing the key-value pair of parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||