Class 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)
    Note: This feature does not work in conjunction with feature ch.ivyteam.ivy.webservice.exec.cxf.feature.ProxyFeature. Note: This will automatically use the HttpAsyncClient rather than HttpURLConnection.
    Since:
    7.1
    API:
    This is a public API.