public class DfsImpl extends Object implements DfsResolver
| Constructor and Description |
|---|
DfsImpl(CIFSContext tc) |
| 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
|
public DfsImpl(CIFSContext tc)
tc - public boolean isTrustedDomain(CIFSContext tf, String domain) throws SmbAuthException
isTrustedDomain in interface DfsResolverSmbAuthExceptionDfsResolver.isTrustedDomain(jcifs.CIFSContext, java.lang.String)public SmbTransport getDc(CIFSContext tf, String domain) throws SmbAuthException
getDc in interface DfsResolverSmbAuthExceptionDfsResolver.getDc(jcifs.CIFSContext, java.lang.String)public DfsReferralData resolve(CIFSContext tf, String domain, String root, String path) throws SmbAuthException
resolve in interface DfsResolverSmbAuthExceptionDfsResolver.resolve(jcifs.CIFSContext, java.lang.String, java.lang.String, java.lang.String)public void cache(CIFSContext tc, String path, DfsReferralData dr)
DfsResolvercache in interface DfsResolverCopyright © 2021. All rights reserved.