Liferay 7.0-ce-b4

com.liferay.portal.kernel.security.auth.tunnel
Class TunnelAuthenticationManagerUtil

java.lang.Object
  extended by com.liferay.portal.kernel.security.auth.tunnel.TunnelAuthenticationManagerUtil

public class TunnelAuthenticationManagerUtil
extends Object


Method Summary
static long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
           
static void setCredentials(String login, HttpURLConnection httpURLConnection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserId

public static long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
                      throws AuthException
Throws:
AuthException

setCredentials

public static void setCredentials(String login,
                                  HttpURLConnection httpURLConnection)
                           throws Exception
Throws:
Exception

Liferay 7.0-ce-b4