Uses of Class
com.hierynomus.msdfsc.DomainCache.DomainCacheEntry
Packages that use DomainCache.DomainCacheEntry
-
Uses of DomainCache.DomainCacheEntry in com.hierynomus.msdfsc
Fields in com.hierynomus.msdfsc with type parameters of type DomainCache.DomainCacheEntryModifier and TypeFieldDescriptionprivate Map
<String, DomainCache.DomainCacheEntry> DomainCache.cache
Methods in com.hierynomus.msdfsc that return DomainCache.DomainCacheEntryModifier and TypeMethodDescriptionMethods in com.hierynomus.msdfsc with parameters of type DomainCache.DomainCacheEntryModifier and TypeMethodDescriptionvoid
DomainCache.put
(DomainCache.DomainCacheEntry domainCacheEntry) -
Uses of DomainCache.DomainCacheEntry in com.hierynomus.smbj.paths
Fields in com.hierynomus.smbj.paths declared as DomainCache.DomainCacheEntryModifier and TypeFieldDescription(package private) DomainCache.DomainCacheEntry
DFSPathResolver.ReferralResult.domainCacheEntry
Methods in com.hierynomus.smbj.paths with parameters of type DomainCache.DomainCacheEntryModifier and TypeMethodDescriptionprivate <T> T
DFSPathResolver.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.DomainCacheEntryModifierConstructorDescriptionprivate
ReferralResult
(DomainCache.DomainCacheEntry domainCacheEntry)