Uses of Class jcifs.smb.NtlmPasswordAuthentication

Uses in package jcifs.http

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

Uses in package jcifs.smb

Constructors with parameter type jcifs.smb.NtlmPasswordAuthentication

SmbFile.SmbFile(String context, String name, NtlmPasswordAuthentication auth)
Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
SmbFile.SmbFile(String context, String name, NtlmPasswordAuthentication auth, int shareAccess)
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.
SmbFile.SmbFile(String url, NtlmPasswordAuthentication auth, int shareAccess)
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.
SmbNamedPipe.SmbNamedPipe(String url, int pipeType, NtlmPasswordAuthentication auth)
SmbNamedPipe.SmbNamedPipe(URL url, int pipeType, NtlmPasswordAuthentication auth)

Methods with parameter type jcifs.smb.NtlmPasswordAuthentication

SmbTransport
Dfs.getDc(String domain, NtlmPasswordAuthentication auth)
SID[]
SID.getGroupMemberSids(String authorityServerName, NtlmPasswordAuthentication auth, int flags)
DfsReferral
Dfs.getReferral(SmbTransport trans, String domain, String root, String path, NtlmPasswordAuthentication auth)
SID
HashMap
boolean
void
void
Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter.
DfsReferral
Dfs.resolve(String domain, String root, String path, NtlmPasswordAuthentication auth)
void
SID.resolve(String authorityServerName, NtlmPasswordAuthentication auth)
Manually resolve this SID.
void
SID.resolveSids(String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids)
Resolve an array of SIDs using a cache and at most one MSRPC request.
void
SID.resolveSids(String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids, int offset, int length)

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.

Uses in package jcifs.dcerpc

Constructors with parameter type jcifs.smb.NtlmPasswordAuthentication

Methods with parameter type jcifs.smb.NtlmPasswordAuthentication

DcerpcHandle