Frames | No Frames |
Constructors with parameter type jcifs.smb.NtlmPasswordAuthentication | |
Methods with parameter type jcifs.smb.NtlmPasswordAuthentication | |
DcerpcHandle |
Constructors with parameter type jcifs.smb.NtlmPasswordAuthentication | |
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory. | |
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory. | |
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory. | |
Constructs an SmbFile representing a file on an SMB network. | |
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory from a URL object and an
NtlmPasswordAuthentication object. | |
Methods with parameter type jcifs.smb.NtlmPasswordAuthentication | |
SID[] | |
SID | |
void | |
void | Authenticate arbitrary credentials represented by the
NtlmPasswordAuthentication object against the domain controller
specified by the UniAddress parameter. |
void | Manually resolve this SID. |
void | Resolve an array of SIDs using a cache and at most one MSRPC request. |
Methods with return type jcifs.smb.NtlmPasswordAuthentication | |
NtlmPasswordAuthentication | An application extending this class must provide an implementation for this method that returns new user credentials try try when accessing SMB resources described by the getRequestingURL and getRequestingException methods. |
NtlmPasswordAuthentication | Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials. |
Methods with return type jcifs.smb.NtlmPasswordAuthentication | |
NtlmPasswordAuthentication | NtlmSsp.authenticate(HttpServletRequest req, HttpServletResponse resp, byte[] challenge) Performs NTLM authentication for the servlet request. |
NtlmPasswordAuthentication | NtlmSsp.doAuthentication(HttpServletRequest req, HttpServletResponse resp, byte[] challenge) Calls the static authenticate(HttpServletRequest,HttpServletResponse,byte[]) method to perform NTLM authentication
for the specified servlet request. |
NtlmPasswordAuthentication | NtlmHttpFilter.negotiate(HttpServletRequest req, HttpServletResponse resp, boolean skipAuthentication) Negotiate password hashes with MSIE clients using NTLM SSP
|