Liferay 6.2.0

com.liferay.portal.kernel.oauth
Interface OAuthRequest


public interface OAuthRequest


Method Summary
abstract  void addBodyParameter(String key, String value)
           
abstract  String getURL()
           
abstract  Verb getVerb()
           
abstract  Object getWrappedOAuthRequest()
           
abstract  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.0