com.liferay.portal.servlet.filters.sso.cas
Class CASFilter

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.BaseFilter
      extended by com.liferay.portal.servlet.filters.sso.cas.CASFilter
All Implemented Interfaces:
javax.servlet.Filter

public class CASFilter
extends com.liferay.portal.kernel.servlet.BaseFilter

View Source

Author:
Michael Young, Brian Wing Shun Chan, Raymond Augé

Constructor Summary
CASFilter()
           
 
Method Summary
 void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain)
           
protected  javax.servlet.Filter getCASFilter(long companyId)
           
static void reload(long companyId)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.BaseFilter
destroy, doFilter, getFilterConfig, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CASFilter

public CASFilter()
Method Detail

reload

public static void reload(long companyId)

doFilter

public void doFilter(javax.servlet.ServletRequest req,
                     javax.servlet.ServletResponse res,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Specified by:
doFilter in class com.liferay.portal.kernel.servlet.BaseFilter
Throws:
java.io.IOException
javax.servlet.ServletException

getCASFilter

protected javax.servlet.Filter getCASFilter(long companyId)
                                     throws java.lang.Exception
Throws:
java.lang.Exception