Package jcifs.http

Class SimpleNtlmHttpFilter

  • All Implemented Interfaces:
    javax.servlet.Filter

    public class SimpleNtlmHttpFilter
    extends jcifs.http.NtlmHttpFilter
    Author:
    rbo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(javax.servlet.FilterConfig filterConfig)  
      protected jcifs.smb.NtlmPasswordAuthentication negotiate​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, boolean skipAuthentication)
      • Methods inherited from class jcifs.http.NtlmHttpFilter

        destroy, doFilter, getFilterConfig, setFilterConfig
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleNtlmHttpFilter

        public SimpleNtlmHttpFilter()
    • Method Detail

      • init

        public void init​(javax.servlet.FilterConfig filterConfig)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Filter
        Overrides:
        init in class jcifs.http.NtlmHttpFilter
        Throws:
        javax.servlet.ServletException
      • negotiate

        protected jcifs.smb.NtlmPasswordAuthentication negotiate​(javax.servlet.http.HttpServletRequest req,
                                                                 javax.servlet.http.HttpServletResponse resp,
                                                                 boolean skipAuthentication)
                                                          throws java.io.IOException,
                                                                 javax.servlet.ServletException
        Overrides:
        negotiate in class jcifs.http.NtlmHttpFilter
        Throws:
        java.io.IOException
        javax.servlet.ServletException
        See Also:
        NtlmHttpFilter.negotiate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)