Class TunnelAuthenticationManagerImpl
Object
com.liferay.portal.security.auth.tunnel.TunnelAuthenticationManagerImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.security.auth.tunnel.TunnelAuthenticationManager
public class TunnelAuthenticationManagerImpl
extends Object
implements com.liferay.portal.kernel.security.auth.tunnel.TunnelAuthenticationManager
- Author:
- Tomas Polesovsky
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Key
long
getUserId
(javax.servlet.http.HttpServletRequest httpServletRequest) void
setCredentials
(String login, HttpURLConnection httpURLConnection)
-
Constructor Details
-
TunnelAuthenticationManagerImpl
public TunnelAuthenticationManagerImpl()
-
-
Method Details
-
getUserId
public long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.security.auth.AuthException - Specified by:
getUserId
in interfacecom.liferay.portal.kernel.security.auth.tunnel.TunnelAuthenticationManager
- Throws:
com.liferay.portal.kernel.security.auth.AuthException
-
setCredentials
- Specified by:
setCredentials
in interfacecom.liferay.portal.kernel.security.auth.tunnel.TunnelAuthenticationManager
- Throws:
Exception
-