パッケージ jcifs.smb1.smb1
クラス Dfs
- java.lang.Object
-
- jcifs.smb1.smb1.Dfs
-
public class Dfs extends Object
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected jcifs.smb1.smb1.Dfs.CacheEntry_domainsprotected static jcifs.smb1.smb1.Dfs.CacheEntryFALSE_ENTRYprotected jcifs.smb1.smb1.Dfs.CacheEntryreferrals
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Dfs()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 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)
-
-
-
メソッドの詳細
-
getTrustedDomains
public HashMap getTrustedDomains(NtlmPasswordAuthentication auth) throws SmbAuthException
- 例外:
SmbAuthException
-
isTrustedDomain
public boolean isTrustedDomain(String domain, NtlmPasswordAuthentication auth) throws SmbAuthException
- 例外:
SmbAuthException
-
getDc
public SmbTransport getDc(String domain, NtlmPasswordAuthentication auth) throws SmbAuthException
- 例外:
SmbAuthException
-
getReferral
public DfsReferral getReferral(SmbTransport trans, String domain, String root, String path, NtlmPasswordAuthentication auth) throws SmbAuthException
- 例外:
SmbAuthException
-
resolve
public DfsReferral resolve(String domain, String root, String path, NtlmPasswordAuthentication auth) throws SmbAuthException
- 例外:
SmbAuthException
-
-