Package jcifs.smb1.smb1
Class Dfs
- java.lang.Object
-
- jcifs.smb1.smb1.Dfs
-
public class Dfs extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected jcifs.smb1.smb1.Dfs.CacheEntry_domainsprotected static jcifs.smb1.smb1.Dfs.CacheEntryFALSE_ENTRYprotected jcifs.smb1.smb1.Dfs.CacheEntryreferrals
-
Constructor Summary
Constructors Constructor Description Dfs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmbTransportgetDc(String domain, NtlmPasswordAuthentication auth)DfsReferralgetReferral(SmbTransport trans, String domain, String root, String path, NtlmPasswordAuthentication auth)HashMapgetTrustedDomains(NtlmPasswordAuthentication auth)booleanisTrustedDomain(String domain, NtlmPasswordAuthentication auth)DfsReferralresolve(String domain, String root, String path, NtlmPasswordAuthentication auth)
-
-
-
Method Detail
-
getTrustedDomains
public HashMap getTrustedDomains(NtlmPasswordAuthentication auth) throws SmbAuthException
- Throws:
SmbAuthException
-
isTrustedDomain
public boolean isTrustedDomain(String domain, NtlmPasswordAuthentication auth) throws SmbAuthException
- Throws:
SmbAuthException
-
getDc
public SmbTransport getDc(String domain, NtlmPasswordAuthentication auth) throws SmbAuthException
- Throws:
SmbAuthException
-
getReferral
public DfsReferral getReferral(SmbTransport trans, String domain, String root, String path, NtlmPasswordAuthentication auth) throws SmbAuthException
- Throws:
SmbAuthException
-
resolve
public DfsReferral resolve(String domain, String root, String path, NtlmPasswordAuthentication auth) throws SmbAuthException
- Throws:
SmbAuthException
-
-