Class LdapManager.DirContextHolder

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    LdapManager

    protected class LdapManager.DirContextHolder
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DirContextHolder​(javax.naming.directory.DirContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      javax.naming.directory.DirContext get()  
      void inc()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DirContextHolder

        protected DirContextHolder​(javax.naming.directory.DirContext context)
    • Method Detail

      • get

        public javax.naming.directory.DirContext get()
      • inc

        public void inc()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable