パッケージ jcifs.http

クラス NtlmSsp

    • コンストラクタの詳細

      • NtlmSsp

        public NtlmSsp()
        推奨されていません。
    • メソッドの詳細

      • authenticate

        public static NtlmPasswordAuthentication authenticate​(CIFSContext tc,
                                                              javax.servlet.http.HttpServletRequest req,
                                                              javax.servlet.http.HttpServletResponse resp,
                                                              byte[] challenge)
                                                       throws IOException
        推奨されていません。
        Performs NTLM authentication for the servlet request.
        パラメータ:
        tc - context to use
        req - The request being serviced.
        resp - The response.
        challenge - The domain controller challenge.
        戻り値:
        credentials passed in the servlet request
        例外:
        IOException - If an IO error occurs.