public class OAuthRequestImpl
extends Object
implements com.liferay.portal.kernel.oauth.OAuthRequest
| Constructor and Description |
|---|
OAuthRequestImpl(org.scribe.model.OAuthRequest oAuthRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBodyParameter(String key,
String value) |
String |
getURL() |
com.liferay.portal.kernel.oauth.Verb |
getVerb() |
Object |
getWrappedOAuthRequest() |
com.liferay.portal.kernel.oauth.OAuthResponse |
send() |
public OAuthRequestImpl(org.scribe.model.OAuthRequest oAuthRequest)
public void addBodyParameter(String key,
String value)
addBodyParameter in interface com.liferay.portal.kernel.oauth.OAuthRequestpublic String getURL()
getURL in interface com.liferay.portal.kernel.oauth.OAuthRequestpublic com.liferay.portal.kernel.oauth.Verb getVerb()
getVerb in interface com.liferay.portal.kernel.oauth.OAuthRequestpublic Object getWrappedOAuthRequest()
getWrappedOAuthRequest in interface com.liferay.portal.kernel.oauth.OAuthRequestpublic com.liferay.portal.kernel.oauth.OAuthResponse send()
throws com.liferay.portal.kernel.oauth.OAuthException
send in interface com.liferay.portal.kernel.oauth.OAuthRequestcom.liferay.portal.kernel.oauth.OAuthException