パッケージ jcifs.smb1.http
クラス NtlmServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- jcifs.smb1.http.NtlmServlet
-
- すべての実装されたインタフェース:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public abstract class NtlmServlet extends javax.servlet.http.HttpServletThis 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 authenticatied against an SMB server or domain controller depending on how the jcifs.smb1.smb1.client.domain or jcifs.smb1.http.domainController properties are be specified. With later containers the NtlmHttpFilter should be used/b>. 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
-
-