public class LinkedInOAuth
extends com.liferay.portal.kernel.struts.BaseStrutsAction
| Constructor and Description |
|---|
LinkedInOAuth() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
byte[] |
readFullyAsBytes(InputStream inputStream) |
String |
readJSONAsString(InputStream inputStream,
String encoding) |
public String execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
execute in interface com.liferay.portal.kernel.struts.StrutsActionexecute in class com.liferay.portal.kernel.struts.BaseStrutsActionExceptionpublic String readJSONAsString(InputStream inputStream, String encoding) throws IOException
IOExceptionpublic byte[] readFullyAsBytes(InputStream inputStream) throws IOException
IOExceptionCopyright © 2019. All Rights Reserved.