Class NTLMAuthenticationFeature

java.lang.Object
ch.ivyteam.ivy.webservice.exec.cxf.feature.NTLMAuthenticationFeature
All Implemented Interfaces:
WebServiceClientFeature

public class NTLMAuthenticationFeature extends Object implements WebServiceClientFeature
Web Service feature class to add support for Microsoft's NT LAN Manager (NTLM) client authentication.
The credentials must be provided with the following properties:
  • 'username',
  • 'password' and
  • 'NTLM.domain' (optional)
  • 'NTLM.workstation' (optional)
  • 'NTLM.challenge' (optional): default=true
Note: This feature does not work in conjunction with feature ch.ivyteam.ivy.webservice.exec.cxf.feature.ProxyFeature. Note: In 'challenge' mode, this will automatically use the HttpAsyncClient rather than HttpURLConnection.
Since:
7.1
API:
This is a public API.