Liferay 6.1.2-ce-ga3

com.liferay.portal.oauth
Class OAuthRequestImpl

java.lang.Object
  extended by com.liferay.portal.oauth.OAuthRequestImpl
All Implemented Interfaces:
OAuthRequest

public class OAuthRequestImpl
extends Object
implements OAuthRequest


Constructor Summary
OAuthRequestImpl(org.scribe.model.OAuthRequest oAuthRequest)
           
 
Method Summary
 void addBodyParameter(String key, String value)
           
 String getURL()
           
 Verb getVerb()
           
 Object getWrappedOAuthRequest()
           
 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 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

Liferay 6.1.2-ce-ga3