This class is used internally by NtlmHttpFilter,
NtlmServlet, and NetworkExplorer to negiotiate password
hashes via NTLM SSP with MSIE. It might also be used directly by servlet
containers to incorporate similar functionality.
Performs NTLM authentication for the servlet request.
Parameters: req - The request being serviced. Parameters: resp - The response. Parameters: challenge - The domain controller challenge. throws: IOException - If an IO error occurs. throws: ServletException - If an error occurs.
Calls the static
NtlmSsp.authenticate(HttpServletRequest,HttpServletResponse,byte[]) method to perform NTLM authentication
for the specified servlet request.
Parameters: req - The request being serviced. Parameters: resp - The response. Parameters: challenge - The domain controller challenge. throws: IOException - If an IO error occurs. throws: ServletException - If an error occurs.