パッケージ jcifs.http
クラス NtlmServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- jcifs.http.NtlmServlet
-
- すべての実装されたインタフェース:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
@Deprecated public abstract class NtlmServlet extends javax.servlet.http.HttpServlet
推奨されていません。NTLMv1 onlyThis servlet may be used with pre-2.3 servlet containers to protect content with NTLM HTTP Authentication. Servlets that extend this abstract base class may be authenticated against an SMB server or domain controller depending on how the jcifs.smb.client.domain or jcifs.http.domainController properties are be specified. With later containers the NtlmHttpFilter should be used. For custom NTLM HTTP Authentication schemes the NtlmSsp may be used.Read jCIFS NTLM HTTP Authentication and the Network Explorer Servlet related information.
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NtlmServlet()推奨されていません。
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 推奨されていないメソッド 修飾子とタイプ メソッド 説明 voidinit(javax.servlet.ServletConfig config)推奨されていません。protected voidservice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)推奨されていません。-
クラスから継承されたメソッド javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-
-
-
メソッドの詳細
-
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException推奨されていません。- 定義:
initインタフェース内javax.servlet.Servlet- オーバーライド:
initクラス内javax.servlet.GenericServlet- 例外:
javax.servlet.ServletException
-
service
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException推奨されていません。- オーバーライド:
serviceクラス内javax.servlet.http.HttpServlet- 例外:
javax.servlet.ServletExceptionIOException
-
-