Class TunnelAuthenticationManagerUtil
Object
com.liferay.portal.kernel.security.auth.tunnel.TunnelAuthenticationManagerUtil
- Author:
- Tomas Polesovsky
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
getUserId
(javax.servlet.http.HttpServletRequest httpServletRequest) static void
setCredentials
(String login, HttpURLConnection httpURLConnection) void
setTunnelAuthenticationManager
(TunnelAuthenticationManager tunnelAuthenticationManager)
-
Constructor Details
-
TunnelAuthenticationManagerUtil
public TunnelAuthenticationManagerUtil()
-
-
Method Details
-
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
-
setTunnelAuthenticationManager
-