es.rediris.shib.filter
Class ShibbolethFilter

java.lang.Object
  extended by es.rediris.shib.filter.ShibbolethFilter
All Implemented Interfaces:
Filter

public class ShibbolethFilter
extends Object
implements Filter


Nested Class Summary
(package private)  class ShibbolethFilter.Wrapper
           
 
Field Summary
static String JDBC_DBDRIVER
           
static String JDBC_URL
           
static String SHIBFILTER_CONFIG_FILE
           
 
Constructor Summary
ShibbolethFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHIBFILTER_CONFIG_FILE

public static final String SHIBFILTER_CONFIG_FILE
See Also:
Constant Field Values

JDBC_DBDRIVER

public static final String JDBC_DBDRIVER
See Also:
Constant Field Values

JDBC_URL

public static final String JDBC_URL
See Also:
Constant Field Values
Constructor Detail

ShibbolethFilter

public ShibbolethFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter