public class Dfs extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected jcifs.smb.Dfs.CacheEntry |
_domains |
protected static jcifs.smb.Dfs.CacheEntry |
FALSE_ENTRY |
protected jcifs.smb.Dfs.CacheEntry |
referrals |
| コンストラクタと説明 |
|---|
Dfs() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SmbTransport |
getDc(String domain,
NtlmPasswordAuthentication auth) |
DfsReferral |
getReferral(SmbTransport trans,
String domain,
String root,
String path,
NtlmPasswordAuthentication auth) |
HashMap |
getTrustedDomains(NtlmPasswordAuthentication auth) |
boolean |
isTrustedDomain(String domain,
NtlmPasswordAuthentication auth) |
DfsReferral |
resolve(String domain,
String root,
String path,
NtlmPasswordAuthentication auth) |
protected static jcifs.smb.Dfs.CacheEntry FALSE_ENTRY
protected jcifs.smb.Dfs.CacheEntry _domains
protected jcifs.smb.Dfs.CacheEntry referrals
public HashMap getTrustedDomains(NtlmPasswordAuthentication auth) throws SmbAuthException
SmbAuthExceptionpublic boolean isTrustedDomain(String domain, NtlmPasswordAuthentication auth) throws SmbAuthException
SmbAuthExceptionpublic SmbTransport getDc(String domain, NtlmPasswordAuthentication auth) throws SmbAuthException
SmbAuthExceptionpublic DfsReferral getReferral(SmbTransport trans, String domain, String root, String path, NtlmPasswordAuthentication auth) throws SmbAuthException
SmbAuthExceptionpublic DfsReferral resolve(String domain, String root, String path, NtlmPasswordAuthentication auth) throws SmbAuthException
SmbAuthExceptionCopyright © 2016. All rights reserved.