Package jcifs.http
Class SimpleNtlmHttpFilter
- java.lang.Object
-
- jcifs.http.NtlmHttpFilter
-
- jcifs.http.SimpleNtlmHttpFilter
-
- All Implemented Interfaces:
javax.servlet.Filter
public class SimpleNtlmHttpFilter extends jcifs.http.NtlmHttpFilter
- Author:
- rbo
-
-
Constructor Summary
Constructors Constructor Description SimpleNtlmHttpFilter()
-
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)
-
-
-
Method Detail
-
init
public void init(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException
- Specified by:
init
in interfacejavax.servlet.Filter
- Overrides:
init
in classjcifs.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 classjcifs.http.NtlmHttpFilter
- Throws:
java.io.IOException
javax.servlet.ServletException
- See Also:
NtlmHttpFilter.negotiate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)
-
-