Uses of Class
jcifs.smb1.UniAddress
-
Packages that use UniAddress Package Description jcifs.smb1 jcifs.smb1.smb1 -
-
Uses of UniAddress in jcifs.smb1
Methods in jcifs.smb1 that return UniAddress Modifier and Type Method Description static UniAddress[]UniAddress. getAllByName(String hostname, boolean possibleNTDomainOrWorkgroup)static UniAddressUniAddress. getByName(String hostname)Determines the address of a host given it's host name.static UniAddressUniAddress. getByName(String hostname, boolean possibleNTDomainOrWorkgroup)Lookup hostname and return it's UniAddress. -
Uses of UniAddress in jcifs.smb1.smb1
Fields in jcifs.smb1.smb1 declared as UniAddress Modifier and Type Field Description UniAddressNtlmChallenge. dcMethods in jcifs.smb1.smb1 with parameters of type UniAddress Modifier and Type Method Description static byte[]SmbSession. getChallenge(UniAddress dc)static byte[]SmbSession. getChallenge(UniAddress dc, int port)static voidSmbSession. logon(UniAddress dc, int port, NtlmPasswordAuthentication auth)static voidSmbSession. logon(UniAddress dc, NtlmPasswordAuthentication auth)Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter.
-