* install the default requests handlers, which need
* access to the DirectoryServer instance.
*/
installDefaultHandlers();
PartitionNexus nexus = getDirectoryService().getPartitionNexus();
for ( ExtendedOperationHandler h : extendedOperationHandlers )
{
LOG.info( "Added Extended Request Handler: " + h.getOid() );
h.setLdapServer( this );
nexus.registerSupportedExtensions( h.getExtensionOids() );
}
nexus.registerSupportedSaslMechanisms( saslMechanismHandlers.keySet() );
// Install the replication handler if we have one
startReplicationProducer();
// And start the replication consumers on this server