com.liferay.portal.oauth
Class OAuthResponseImpl

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

public class OAuthResponseImpl
extends java.lang.Object
implements com.liferay.portal.kernel.oauth.OAuthResponse

Author:
Brian Wing Shun Chan

Constructor Summary
OAuthResponseImpl(org.scribe.model.Response response)
           
 
Method Summary
 java.lang.String getBody()
           
 int getStatus()
           
 java.lang.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 java.lang.String getBody()
Specified by:
getBody in interface com.liferay.portal.kernel.oauth.OAuthResponse

getStatus

public int getStatus()
Specified by:
getStatus in interface com.liferay.portal.kernel.oauth.OAuthResponse

getWrappedOAuthResponse

public java.lang.Object getWrappedOAuthResponse()
Specified by:
getWrappedOAuthResponse in interface com.liferay.portal.kernel.oauth.OAuthResponse