Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.oauth
Interface OAuthResponse

All Known Implementing Classes:
OAuthResponseImpl

public interface OAuthResponse


Method Summary
 String getBody()
           
 int getStatus()
           
 Object getWrappedOAuthResponse()
           
 

Method Detail

getBody

String getBody()

getStatus

int getStatus()

getWrappedOAuthResponse

Object getWrappedOAuthResponse()

Liferay 6.1.2-ce-ga3