com.liferay.portal.oauth
Class OAuthRequestImpl
java.lang.Object
com.liferay.portal.oauth.OAuthRequestImpl
- All Implemented Interfaces:
- OAuthRequest
public class OAuthRequestImpl
- extends Object
- implements OAuthRequest
Constructor Summary |
OAuthRequestImpl(org.scribe.model.OAuthRequest oAuthRequest)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthRequestImpl
public OAuthRequestImpl(org.scribe.model.OAuthRequest oAuthRequest)
addBodyParameter
public void addBodyParameter(String key,
String value)
- Specified by:
addBodyParameter
in interface OAuthRequest
getURL
public String getURL()
- Specified by:
getURL
in interface OAuthRequest
getVerb
public Verb getVerb()
- Specified by:
getVerb
in interface OAuthRequest
getWrappedOAuthRequest
public Object getWrappedOAuthRequest()
- Specified by:
getWrappedOAuthRequest
in interface OAuthRequest
send
public OAuthResponse send()
throws OAuthException
- Specified by:
send
in interface OAuthRequest
- Throws:
OAuthException