public interface DfsResolver
| Modifier and Type | Method and Description |
|---|---|
void |
cache(CIFSContext tc,
String path,
DfsReferralData dr)
Add a referral to the cache
|
SmbTransport |
getDc(CIFSContext tf,
String domain)
Get a connection to the domain controller for a given domain
|
boolean |
isTrustedDomain(CIFSContext tf,
String domain) |
DfsReferralData |
resolve(CIFSContext tf,
String domain,
String root,
String path)
Resolve the location of a DFS path
|
boolean isTrustedDomain(CIFSContext tf, String domain) throws CIFSException
domain - tf - CIFSExceptionSmbAuthExceptionSmbTransport getDc(CIFSContext tf, String domain) throws CIFSException
domain - tf - CIFSExceptionSmbAuthExceptionDfsReferralData resolve(CIFSContext tf, String domain, String root, String path) throws CIFSException
domain - root - path - tf - CIFSExceptionSmbAuthExceptionvoid cache(CIFSContext tc, String path, DfsReferralData dr)
path - dr - tc - Copyright © 2018. All rights reserved.