Class DomainCache


  • public class DomainCache
    extends java.lang.Object
    [MS-DFSC].pdf 3.1.1 Abstract Data Model DomainCache: Applicable only for a computer joined to a domain. This cache contains a list of trusted domains in both NetBIOS and fully qualified domain name forms, in addition to a list of DC host names for each domain. Conceptually, this is an array of tuples of the form <DomainName, DCHint, DCList>. Cache lookup involves finding a DomainCache entry with a matching DomainName. This can be used to check for a valid domain name or to find a DC host name for a given domain name. DCHint identifies a DC host name from DCList that is the DC that was last successfully used by the DFS client.
    • Constructor Summary

      Constructors 
      Constructor Description
      DomainCache()  
    • Method Summary

      Modifier and Type Method Description
      DomainCache.DomainCacheEntry lookup​(java.lang.String domainName)  
      void put​(DomainCache.DomainCacheEntry domainCacheEntry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait