パッケージ jcifs
インタフェース DfsResolver
-
- 既知の実装クラスのリスト:
DfsImpl
public interface DfsResolverThis is an internal API.- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidcache(CIFSContext tc, String path, DfsReferralData dr)Add a referral to the cacheSmbTransportgetDc(CIFSContext tf, String domain)Get a connection to the domain controller for a given domainbooleanisTrustedDomain(CIFSContext tf, String domain)DfsReferralDataresolve(CIFSContext tf, String domain, String root, String path)Resolve the location of a DFS path
-
-
-
メソッドの詳細
-
isTrustedDomain
boolean isTrustedDomain(CIFSContext tf, String domain) throws CIFSException
- パラメータ:
domain-tf-- 戻り値:
- whether the given domain is trusted
- 例外:
CIFSExceptionSmbAuthException
-
getDc
SmbTransport getDc(CIFSContext tf, String domain) throws CIFSException
Get a connection to the domain controller for a given domain- パラメータ:
domain-tf-- 戻り値:
- connection
- 例外:
CIFSExceptionSmbAuthException
-
resolve
DfsReferralData resolve(CIFSContext tf, String domain, String root, String path) throws CIFSException
Resolve the location of a DFS path- パラメータ:
domain-root-path-tf-- 戻り値:
- the final referral for the given DFS path
- 例外:
CIFSExceptionSmbAuthException
-
cache
void cache(CIFSContext tc, String path, DfsReferralData dr)
Add a referral to the cache- パラメータ:
path-dr-tc-
-
-