Package | Description |
---|---|
jcifs | |
jcifs.smb |
Modifier and Type | Method and Description |
---|---|
static UniAddress[] |
UniAddress.getAllByName(java.lang.String hostname,
boolean possibleNTDomainOrWorkgroup) |
static UniAddress[] |
UniAddress.getAllByName(java.lang.String hostname,
boolean possibleNTDomainOrWorkgroup) |
static UniAddress |
UniAddress.getByName(java.lang.String hostname)
Determines the address of a host given it's host name.
|
static UniAddress |
UniAddress.getByName(java.lang.String hostname)
Determines the address of a host given it's host name.
|
static UniAddress |
UniAddress.getByName(java.lang.String hostname,
boolean possibleNTDomainOrWorkgroup)
Lookup hostname and return it's UniAddress.
|
static UniAddress |
UniAddress.getByName(java.lang.String hostname,
boolean possibleNTDomainOrWorkgroup)
Lookup hostname and return it's UniAddress.
|
Modifier and Type | Field and Description |
---|---|
UniAddress |
NtlmChallenge.dc |
Modifier and Type | Method and Description |
---|---|
static byte[] |
SmbSession.getChallenge(UniAddress dc) |
static byte[] |
SmbSession.getChallenge(UniAddress dc) |
static byte[] |
SmbSession.getChallenge(UniAddress dc,
int port) |
static byte[] |
SmbSession.getChallenge(UniAddress dc,
int port) |
static void |
SmbSession.logon(UniAddress dc,
int port,
NtlmPasswordAuthentication auth) |
static void |
SmbSession.logon(UniAddress dc,
int port,
NtlmPasswordAuthentication auth) |
static void |
SmbSession.logon(UniAddress dc,
NtlmPasswordAuthentication auth)
Authenticate arbitrary credentials represented by the
NtlmPasswordAuthentication object against the domain controller
specified by the UniAddress parameter.
|
static void |
SmbSession.logon(UniAddress dc,
NtlmPasswordAuthentication auth)
Authenticate arbitrary credentials represented by the
NtlmPasswordAuthentication object against the domain controller
specified by the UniAddress parameter.
|