Liferay 7.0-ce-b4

com.liferay.portal.security.auth.tunnel
Class TunnelAuthenticationManagerImpl

java.lang.Object
  extended by com.liferay.portal.security.auth.tunnel.TunnelAuthenticationManagerImpl
All Implemented Interfaces:
TunnelAuthenticationManager

public class TunnelAuthenticationManagerImpl
extends Object
implements TunnelAuthenticationManager


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

Constructor Detail

TunnelAuthenticationManagerImpl

public TunnelAuthenticationManagerImpl()
Method Detail

getUserId

public long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
               throws AuthException
Specified by:
getUserId in interface TunnelAuthenticationManager
Throws:
AuthException

setCredentials

public void setCredentials(String login,
                           HttpURLConnection httpURLConnection)
                    throws Exception
Specified by:
setCredentials in interface TunnelAuthenticationManager
Throws:
Exception

getSharedSecretKey

protected Key getSharedSecretKey()
                          throws AuthException
Throws:
AuthException

Liferay 7.0-ce-b4