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)
HttpAsyncClientrather thanHttpURLConnection.- Since:
- 7.1
- API:
- This is a public API.