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

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

public class AuthNTLM
extends Configurator

HTTP NTLM Authentication Configurator.

Properties:

See HttpClient Authentication Guide.


Constructor Summary
AuthNTLM()
           
 
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

AuthNTLM

public AuthNTLM()
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