|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NtlmPasswordAuthentication | |
jcifs.smb |
Uses of NtlmPasswordAuthentication in jcifs.smb |
Methods in jcifs.smb that return NtlmPasswordAuthentication | |
static jcifs.smb.NtlmPasswordAuthentication |
NtlmAuthenticator.requestNtlmPasswordAuthentication(java.lang.String url,
jcifs.smb.SmbAuthException sae)
Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials. |
protected jcifs.smb.NtlmPasswordAuthentication |
NtlmAuthenticator.getNtlmPasswordAuthentication()
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. |
Methods in jcifs.smb with parameters of type NtlmPasswordAuthentication | |
static void |
SmbSession.logon(jcifs.UniAddress dc,
jcifs.smb.NtlmPasswordAuthentication auth)
Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter. |
static void |
SmbSession.logon(jcifs.UniAddress dc,
int port,
jcifs.smb.NtlmPasswordAuthentication auth)
|
Constructors in jcifs.smb with parameters of type NtlmPasswordAuthentication | |
SmbFile(java.lang.String url,
jcifs.smb.NtlmPasswordAuthentication auth)
Constructs an SmbFile representing a resource on an SMB network such as a file or directory. |
|
SmbFile(java.lang.String url,
jcifs.smb.NtlmPasswordAuthentication auth,
int shareAccess)
Constructs an SmbFile representing a file on an SMB network. |
|
SmbFile(java.lang.String context,
java.lang.String name,
jcifs.smb.NtlmPasswordAuthentication auth)
Constructs an SmbFile representing a resource on an SMB network such as a file or directory. |
|
SmbFile(java.lang.String context,
java.lang.String name,
jcifs.smb.NtlmPasswordAuthentication auth,
int shareAccess)
Constructs an SmbFile representing a resource on an SMB network such as a file or directory. |
|
SmbFile(java.net.URL url,
jcifs.smb.NtlmPasswordAuthentication auth)
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(java.lang.String url,
int pipeType,
jcifs.smb.NtlmPasswordAuthentication auth)
|
|
SmbNamedPipe(java.net.URL url,
int pipeType,
jcifs.smb.NtlmPasswordAuthentication auth)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |