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:
javax.servlet.Filter

public class ProxyAuthenticationFilter
extends java.lang.Object
implements javax.servlet.Filter


Constructor Summary
ProxyAuthenticationFilter(java.lang.String username, java.lang.String password)
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.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(java.lang.String username,
                                 java.lang.String password)
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

doFilter

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

init

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


Copyright © 2003-2012. All Rights Reserved.