com.liferay.portal.oauth
Class OAuthRequestImpl
java.lang.Object
com.liferay.portal.oauth.OAuthRequestImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.oauth.OAuthRequest
public class OAuthRequestImpl
- extends Object
- implements com.liferay.portal.kernel.oauth.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 com.liferay.portal.kernel.oauth.OAuthRequest
getURL
public String getURL()
- Specified by:
getURL in interface com.liferay.portal.kernel.oauth.OAuthRequest
getVerb
public com.liferay.portal.kernel.oauth.Verb getVerb()
- Specified by:
getVerb in interface com.liferay.portal.kernel.oauth.OAuthRequest
getWrappedOAuthRequest
public Object getWrappedOAuthRequest()
- Specified by:
getWrappedOAuthRequest in interface com.liferay.portal.kernel.oauth.OAuthRequest
send
public com.liferay.portal.kernel.oauth.OAuthResponse send()
throws com.liferay.portal.kernel.oauth.OAuthException
- Specified by:
send in interface com.liferay.portal.kernel.oauth.OAuthRequest
- Throws:
com.liferay.portal.kernel.oauth.OAuthException