es.rediris.shib.filter
Class ShibbolethFilter
java.lang.Object
  
es.rediris.shib.filter.ShibbolethFilter
- All Implemented Interfaces: 
 - Filter
 
public class ShibbolethFilter
- extends Object
- implements Filter
  
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
 
ShibbolethFilter
public ShibbolethFilter()
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