public void init( DirectoryServiceConfiguration factoryCfg, InterceptorConfiguration cfg ) throws NamingException
{
super.init( factoryCfg, cfg );
this.nexus = factoryCfg.getPartitionNexus();
this.factoryCfg = factoryCfg;
ConcreteNameComponentNormalizer ncn = new ConcreteNameComponentNormalizer(
factoryCfg.getGlobalRegistries().getAttributeTypeRegistry() );
ssParser = new SubtreeSpecificationParser( ncn );
dnParser = new DnParser( ncn );
evaluator = new SubtreeEvaluator( factoryCfg.getGlobalRegistries().getOidRegistry() );