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 java.lang.Object
- implements com.liferay.portal.kernel.oauth.OAuthRequest
- Author:
- Brian Wing Shun Chan
|
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(java.lang.String key,
java.lang.String value)
- Specified by:
addBodyParameter in interface com.liferay.portal.kernel.oauth.OAuthRequest
getURL
public java.lang.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 java.lang.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