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
- CIFSException
SmbAuthException
SmbTransport getDc(CIFSContext tf, String domain) throws CIFSException
domain
- tf
- CIFSException
SmbAuthException
DfsReferralData resolve(CIFSContext tf, String domain, String root, String path) throws CIFSException
domain
- root
- path
- tf
- CIFSException
SmbAuthException
void cache(CIFSContext tc, String path, DfsReferralData dr)
path
- dr
- tc
- Copyright © 2023. All rights reserved.