Uses of Class
com.hierynomus.msdfsc.DomainCache.DomainCacheEntry
-
Packages that use DomainCache.DomainCacheEntry Package Description com.hierynomus.msdfsc com.hierynomus.smbj.paths -
-
Uses of DomainCache.DomainCacheEntry in com.hierynomus.msdfsc
Fields in com.hierynomus.msdfsc with type parameters of type DomainCache.DomainCacheEntry Modifier and Type Field Description private java.util.Map<java.lang.String,DomainCache.DomainCacheEntry>DomainCache. cacheMethods in com.hierynomus.msdfsc that return DomainCache.DomainCacheEntry Modifier and Type Method Description DomainCache.DomainCacheEntryDomainCache. lookup(java.lang.String domainName)Methods in com.hierynomus.msdfsc with parameters of type DomainCache.DomainCacheEntry Modifier and Type Method Description voidDomainCache. put(DomainCache.DomainCacheEntry domainCacheEntry) -
Uses of DomainCache.DomainCacheEntry in com.hierynomus.smbj.paths
Fields in com.hierynomus.smbj.paths declared as DomainCache.DomainCacheEntry Modifier and Type Field Description (package private) DomainCache.DomainCacheEntryDFSPathResolver.ReferralResult. domainCacheEntryMethods in com.hierynomus.smbj.paths with parameters of type DomainCache.DomainCacheEntry Modifier and Type Method Description private <T> TDFSPathResolver. step10(Session session, DFSPathResolver.ResolveState<T> state, DomainCache.DomainCacheEntry domainCacheEntry)Step 10: [sysvol referral request] Issue a sysvol referral request, as specified in section 3.1.4.2, providing 'SYSVOL', the DCHint DC of the DomainCache entry that corresponds to the domain name in the first path component, UserCredentials, MaxOutputSize, and Path as parameters.Constructors in com.hierynomus.smbj.paths with parameters of type DomainCache.DomainCacheEntry Constructor Description ReferralResult(DomainCache.DomainCacheEntry domainCacheEntry)
-