Package jcifs.http

Class NtlmServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @Deprecated
    public abstract class NtlmServlet
    extends javax.servlet.http.HttpServlet
    Deprecated.
    NTLMv1 only
    This 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.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NtlmServlet()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void init​(javax.servlet.ServletConfig config)
      Deprecated.
       
      protected void service​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Deprecated.
       
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
    • Constructor Detail

      • NtlmServlet

        public NtlmServlet()
        Deprecated.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Deprecated.
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • service

        protected void service​(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws javax.servlet.ServletException,
                               IOException
        Deprecated.
        Overrides:
        service in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException