Uses of Class
jcifs.UniAddress

Uses of UniAddress in jcifs
 

Methods in jcifs that return UniAddress
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)
           
 

Uses of UniAddress in jcifs.smb
 

Methods in jcifs.smb with parameters of type UniAddress
static byte[] SmbSession.getChallenge(UniAddress dc)
           
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.