Liferay 7.0-ce-b4

com.liferay.portal.kernel.security.auth.tunnel
Interface TunnelAuthenticationManager

All Known Implementing Classes:
TunnelAuthenticationManagerImpl

public interface TunnelAuthenticationManager


Method Summary
 long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 void setCredentials(String login, HttpURLConnection httpURLConnection)
           
 

Method Detail

getUserId

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

setCredentials

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

Liferay 7.0-ce-b4