Uses of Class
jcifs.smb.NtlmPasswordAuthentication
-
Packages that use NtlmPasswordAuthentication Package Description jcifs.http jcifs.smb -
-
Uses of NtlmPasswordAuthentication in jcifs.http
Methods in jcifs.http that return NtlmPasswordAuthentication Modifier and Type Method Description static NtlmPasswordAuthenticationNtlmSsp. authenticate(CIFSContext tc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)Deprecated.Performs NTLM authentication for the servlet request.NtlmPasswordAuthenticationNtlmSsp. doAuthentication(CIFSContext tc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)Deprecated.Calls the staticNtlmSsp.authenticate(CIFSContext, HttpServletRequest, HttpServletResponse, byte[])method to perform NTLM authentication for the specified servlet request.protected NtlmPasswordAuthenticationNtlmHttpFilter. negotiate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, boolean skipAuthentication)Deprecated.Negotiate password hashes with MSIE clients using NTLM SSP -
Uses of NtlmPasswordAuthentication in jcifs.smb
Methods in jcifs.smb that return NtlmPasswordAuthentication Modifier and Type Method Description NtlmPasswordAuthenticationNtlmPasswordAuthentication. clone()Deprecated.Methods in jcifs.smb with parameters of type NtlmPasswordAuthentication Modifier and Type Method Description protected static voidNtlmPasswordAuthentication. cloneInternal(NtlmPasswordAuthentication to, NtlmPasswordAuthentication from)Deprecated.
-