public class OAuthResponseImpl
extends java.lang.Object
implements com.liferay.portal.kernel.oauth.OAuthResponse
| Constructor and Description |
|---|
OAuthResponseImpl(org.scribe.model.Response response) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody() |
int |
getStatus() |
java.lang.Object |
getWrappedOAuthResponse() |
public java.lang.String getBody()
getBody in interface com.liferay.portal.kernel.oauth.OAuthResponsepublic int getStatus()
getStatus in interface com.liferay.portal.kernel.oauth.OAuthResponsepublic java.lang.Object getWrappedOAuthResponse()
getWrappedOAuthResponse in interface com.liferay.portal.kernel.oauth.OAuthResponse