org.jboss.soa.esb.http.configurators
Class AuthBASIC

java.lang.Object
  extended by org.jboss.soa.esb.http.Configurator
      extended by org.jboss.soa.esb.http.configurators.AuthBASIC

public class AuthBASIC
extends Configurator

HTTP BASIC Authentication Configurator.

Properties:

See HttpClient Authentication Guide.

Author:
tom.fennelly@jboss.com

Constructor Summary
AuthBASIC()
           
 
Method Summary
 void configure(org.apache.commons.httpclient.HttpClient httpClient, java.util.Properties properties)
           
 
Methods inherited from class org.jboss.soa.esb.http.Configurator
assertPropertyIsInteger, assertPropertySetAndNotBlank, getTargetURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthBASIC

public AuthBASIC()
Method Detail

configure

public void configure(org.apache.commons.httpclient.HttpClient httpClient,
                      java.util.Properties properties)
               throws ConfigurationException
Specified by:
configure in class Configurator
Throws:
ConfigurationException