Class Overview
This class handles the creation of the service client that will authenticate
with NTLM (Microsoft Technology)
Summary
| Protected Methods |
|
void
|
configureClientProxy(Object service, String serviceUrl)
Configure the clientProxy to interact with NTLM authentication.
|
Fields
private
static
final
Log
LOG
Public Constructors
Protected Methods
protected
void
configureClientProxy
(Object service, String serviceUrl)
Configure the clientProxy to interact with NTLM authentication. This is
made setting the allowChunking to false, so NTLM and Java can make the 3
way HandShake Also add to the AutorizationPolicy the credentials to allow
the authentication