Liferay 6.0.5

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.BasePortalFilter
          extended by com.liferay.portal.servlet.filters.sso.cas.CASFilter
All Implemented Interfaces:
javax.servlet.Filter

public class CASFilter
extends BasePortalFilter


Field Summary
static String LOGIN
           
 
Constructor Summary
CASFilter()
           
 
Method Summary
protected  Log getLog()
           
protected  org.jasig.cas.client.validation.TicketValidator getTicketValidator(long companyId)
           
protected  void processFilter(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain filterChain)
           
static void reload(long companyId)
           
 
Methods inherited from class com.liferay.portal.servlet.filters.BasePortalFilter
isFilterEnabled
 
Methods inherited from class com.liferay.portal.kernel.servlet.BaseFilter
destroy, doFilter, getFilterConfig, init, processFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGIN

public static String LOGIN
Constructor Detail

CASFilter

public CASFilter()
Method Detail

reload

public static void reload(long companyId)

getLog

protected Log getLog()
Overrides:
getLog in class BasePortalFilter

getTicketValidator

protected org.jasig.cas.client.validation.TicketValidator getTicketValidator(long companyId)
                                                                      throws Exception
Throws:
Exception

processFilter

protected void processFilter(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response,
                             javax.servlet.FilterChain filterChain)
                      throws Exception
Specified by:
processFilter in class BaseFilter
Throws:
Exception

Liferay 6.0.5