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 voidinit(javax.servlet.FilterConfig filterConfig)protected jcifs.smb.NtlmPasswordAuthenticationnegotiate(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:
initin interfacejavax.servlet.Filter- Overrides:
initin 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:
negotiatein classjcifs.http.NtlmHttpFilter- Throws:
java.io.IOExceptionjavax.servlet.ServletException- See Also:
NtlmHttpFilter.negotiate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, boolean)
-
-