3

I have a component that is written in C# to overcome NTLM2 authentication protocol (or at least that what I was told)

I'd like to convert this component to Java 6 - will java support the NTLM2 ?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Eyal
  • 289
  • 1
  • 5
  • 12

1 Answers1

0

Yes, Java 6 classes support NTLM v2. Check Http Authentication in Java for an example of how to enable it.

jmend
  • 1,210
  • 4
  • 16
  • 30