edu.yale.its.tp.cas.client.filter
Class CASFilter

java.lang.Object
  |
  +--edu.yale.its.tp.cas.client.filter.CASFilter

public class CASFilter
extends java.lang.Object

Protects web-accesible resources with CAS.


Field Summary
static java.lang.String CAS_FILTER_USER
           
 
Constructor Summary
CASFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain fc)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAS_FILTER_USER

public static final java.lang.String CAS_FILTER_USER
See Also:
Constant Field Values
Constructor Detail

CASFilter

public CASFilter()
Method Detail

init

public void init(FilterConfig config)
          throws ServletException
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain fc)
              throws ServletException,
                     java.io.IOException
ServletException
java.io.IOException

destroy

public void destroy()