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