Liferay 6.1.2-ce-ga3

com.liferay.portal.oauth
Class OAuthResponseImpl

java.lang.Object
  extended by com.liferay.portal.oauth.OAuthResponseImpl
All Implemented Interfaces:
OAuthResponse

public class OAuthResponseImpl
extends Object
implements OAuthResponse


Constructor Summary
OAuthResponseImpl(org.scribe.model.Response response)
           
 
Method Summary
 String getBody()
           
 int getStatus()
           
 Object getWrappedOAuthResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthResponseImpl

public OAuthResponseImpl(org.scribe.model.Response response)
Method Detail

getBody

public String getBody()
Specified by:
getBody in interface OAuthResponse

getStatus

public int getStatus()
Specified by:
getStatus in interface OAuthResponse

getWrappedOAuthResponse

public Object getWrappedOAuthResponse()
Specified by:
getWrappedOAuthResponse in interface OAuthResponse

Liferay 6.1.2-ce-ga3