org.mortbay.jetty.client.security
Class ProxyAuthorization

java.lang.Object
  extended by org.mortbay.jetty.client.security.ProxyAuthorization
All Implemented Interfaces:
Authorization

public class ProxyAuthorization
extends Object
implements Authorization

Sets proxy authentication headers for BASIC authentication challenges

Author:
jesse

Constructor Summary
ProxyAuthorization(String username, String password)
           
 
Method Summary
 void setCredentials(HttpExchange exchange)
          BASIC proxy authentication is of the form encoded credentials are of the form: username:password
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyAuthorization

public ProxyAuthorization(String username,
                          String password)
                   throws IOException
Throws:
IOException
Method Detail

setCredentials

public void setCredentials(HttpExchange exchange)
                    throws IOException
BASIC proxy authentication is of the form encoded credentials are of the form: username:password

Specified by:
setCredentials in interface Authorization
Throws:
IOException


Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.