public class AuthSnoopFilter extends Object implements Filter
| Constructor and Description |
|---|
AuthSnoopFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(ServletRequest req,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public AuthSnoopFilter()
public void doFilter(ServletRequest req, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter in interface FilterIOExceptionServletExceptionpublic void init(FilterConfig filterConfig) throws ServletException
init in interface FilterServletExceptionCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.