org.apache.maven.wagon.tck.http.fixture
Class ProxyAuthenticationFilter

java.lang.Object
  extended by org.apache.maven.wagon.tck.http.fixture.ProxyAuthenticationFilter
All Implemented Interfaces:
Filter

public class ProxyAuthenticationFilter
extends Object
implements Filter


Constructor Summary
ProxyAuthenticationFilter(String username, String password)
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyAuthenticationFilter

public ProxyAuthenticationFilter(String username,
                                 String password)
Method Detail

destroy

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

doFilter

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

init

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


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.