Class AggregateDirContextProcessor

    • Constructor Detail

      • AggregateDirContextProcessor

        public AggregateDirContextProcessor()
    • Method Detail

      • addDirContextProcessor

        public void addDirContextProcessor​(DirContextProcessor processor)
        Add the supplied DirContextProcessor to the list of managed objects.
        Parameters:
        processor - the DirContextpProcessor to add.
      • preProcess

        public void preProcess​(javax.naming.directory.DirContext ctx)
                        throws javax.naming.NamingException
        Description copied from interface: DirContextProcessor
        Perform pre-processing on the supplied DirContext.
        Specified by:
        preProcess in interface DirContextProcessor
        Parameters:
        ctx - the DirContext instance.
        Throws:
        javax.naming.NamingException - if thrown by the underlying operation.
      • postProcess

        public void postProcess​(javax.naming.directory.DirContext ctx)
                         throws javax.naming.NamingException
        Description copied from interface: DirContextProcessor
        Perform post-processing on the supplied DirContext.
        Specified by:
        postProcess in interface DirContextProcessor
        Parameters:
        ctx - the DirContext instance.
        Throws:
        javax.naming.NamingException - if thrown by the underlying operation.