com.liferay.portal.security.auth
Class NtlmAutoLogin

java.lang.Object
  extended by com.liferay.portal.security.auth.NtlmAutoLogin
All Implemented Interfaces:
com.liferay.portal.security.auth.AutoLogin

public class NtlmAutoLogin
extends java.lang.Object
implements com.liferay.portal.security.auth.AutoLogin

View Source

Author:
Bruno Farache

Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT
 
Constructor Summary
NtlmAutoLogin()
           
 
Method Summary
protected  com.liferay.portal.model.User getUser(long companyId, java.lang.String screenName)
           
 java.lang.String[] login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NtlmAutoLogin

public NtlmAutoLogin()
Method Detail

login

public java.lang.String[] login(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
Specified by:
login in interface com.liferay.portal.security.auth.AutoLogin

getUser

protected com.liferay.portal.model.User getUser(long companyId,
                                                java.lang.String screenName)
                                         throws java.lang.Exception
Throws:
java.lang.Exception