jcifs.smb
Class Dfs
java.lang.Object
jcifs.smb.Dfs
public class Dfs
- extends Object
|
Field Summary |
protected jcifs.smb.Dfs.CacheEntry |
_domains
|
protected static jcifs.smb.Dfs.CacheEntry |
FALSE_ENTRY
|
protected jcifs.smb.Dfs.CacheEntry |
referrals
|
|
Constructor Summary |
Dfs()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FALSE_ENTRY
protected static jcifs.smb.Dfs.CacheEntry FALSE_ENTRY
_domains
protected jcifs.smb.Dfs.CacheEntry _domains
referrals
protected jcifs.smb.Dfs.CacheEntry referrals
Dfs
public Dfs()
getTrustedDomains
public HashMap getTrustedDomains(NtlmPasswordAuthentication auth)
throws SmbAuthException
- Throws:
SmbAuthException
isTrustedDomain
public boolean isTrustedDomain(String domain,
NtlmPasswordAuthentication auth)
throws SmbAuthException
- Throws:
SmbAuthException
getDc
public SmbTransport getDc(String domain,
NtlmPasswordAuthentication auth)
throws SmbAuthException
- Throws:
SmbAuthException
getReferral
public DfsReferral getReferral(SmbTransport trans,
String domain,
String root,
String path,
NtlmPasswordAuthentication auth)
throws SmbAuthException
- Throws:
SmbAuthException
resolve
public DfsReferral resolve(String domain,
String root,
String path,
NtlmPasswordAuthentication auth)
throws SmbAuthException
- Throws:
SmbAuthException
Copyright © 2012. All Rights Reserved.