Class LdapTemplate.NullDirContextProcessor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void postProcess​(javax.naming.directory.DirContext ctx)
      Perform post-processing on the supplied DirContext.
      void preProcess​(javax.naming.directory.DirContext ctx)
      Perform pre-processing on the supplied DirContext.
      • Methods inherited from class java.lang.Object

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

      • NullDirContextProcessor

        public NullDirContextProcessor()
    • Method Detail

      • postProcess

        public void postProcess​(javax.naming.directory.DirContext ctx)
        Description copied from interface: DirContextProcessor
        Perform post-processing on the supplied DirContext.
        Specified by:
        postProcess in interface DirContextProcessor
        Parameters:
        ctx - the DirContext instance.
      • preProcess

        public void preProcess​(javax.naming.directory.DirContext ctx)
        Description copied from interface: DirContextProcessor
        Perform pre-processing on the supplied DirContext.
        Specified by:
        preProcess in interface DirContextProcessor
        Parameters:
        ctx - the DirContext instance.