com.liferay.portal.security.auth
Class BasicAuthHeaderAutoLogin

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

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

View Source

1. Install Firefox. These instructions assume you have Firefox 2.0.0.1. Previous version of Firefox have been tested and are known to work.

2. Install the Modify Headers 0.5.4 Add-on. Tools > Add Ons. Click the get extensions link at the bottom of the window. Type in "Modify Headers" in the Search box. Find Modify Headers in the results page and click on it. Then click the install now link.

3. Configure Modify Headers to add a basic authentication header. Tools > Modify Headers. In the Modify Headers window select the Add drop down. Type in "Authorization" in the next box. Type in "Basic bGlmZXJheS5jb20uMTp0ZXN0" in the next box. Click the Add button.

4. Make sure your header modification is enabled and point your browser to the Liferay portal.

5. You should now be authenticated as Joe Bloggs.

Author:
Britt Courtney, Brian Wing Shun Chan

Field Summary
 
Fields inherited from interface com.liferay.portal.security.auth.AutoLogin
AUTO_LOGIN_REDIRECT
 
Constructor Summary
BasicAuthHeaderAutoLogin()
           
 
Method Summary
 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

BasicAuthHeaderAutoLogin

public BasicAuthHeaderAutoLogin()
Method Detail

login

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