Package jcifs.http

Class NtlmSsp

    • Constructor Detail

      • NtlmSsp

        public NtlmSsp()
        Deprecated.
    • Method Detail

      • authenticate

        public static NtlmPasswordAuthentication authenticate​(CIFSContext tc,
                                                              javax.servlet.http.HttpServletRequest req,
                                                              javax.servlet.http.HttpServletResponse resp,
                                                              byte[] challenge)
                                                       throws IOException
        Deprecated.
        Performs NTLM authentication for the servlet request.
        Parameters:
        tc - context to use
        req - The request being serviced.
        resp - The response.
        challenge - The domain controller challenge.
        Returns:
        credentials passed in the servlet request
        Throws:
        IOException - If an IO error occurs.