Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.oauth
Class OAuthRequestImpl

java.lang.Object
  extended by 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)
           
 
Method Summary
 void addBodyParameter(String key, String value)
           
 String getURL()
           
 com.liferay.portal.kernel.oauth.Verb getVerb()
           
 Object getWrappedOAuthRequest()
           
 com.liferay.portal.kernel.oauth.OAuthResponse send()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthRequestImpl

public OAuthRequestImpl(org.scribe.model.OAuthRequest oAuthRequest)
Method Detail

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

Liferay 7.0-ce-b7 portal-impl