Liferay 6.2-ce-ga5

com.liferay.portal.kernel.oauth
Interface OAuthRequest


public interface OAuthRequest


Method Summary
 void addBodyParameter(String key, String value)
           
 String getURL()
           
 Verb getVerb()
           
 Object getWrappedOAuthRequest()
           
 OAuthResponse send()
           
 

Method Detail

addBodyParameter

void addBodyParameter(String key,
                      String value)

getURL

String getURL()

getVerb

Verb getVerb()

getWrappedOAuthRequest

Object getWrappedOAuthRequest()

send

OAuthResponse send()
                   throws OAuthException
Throws:
OAuthException

Liferay 6.2-ce-ga5