Update
From 7.3.1 versions onwards , NTLM is supported in the MS SQL driver
Connection String will look like this
jdbc:sqlserver://<server>;integratedSecurity=true;authenticationScheme=NTLM;domain=<domain>;user=<domainUser>;password=<domainUserPassword>;