Uses of Class jcifs.smb.NtlmPasswordAuthentication

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

void
void
Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter.

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.