297298299300301302303
// Init the caches now initTupleCache(); initGroupCache(); // Init the SubentryUtils instance subentryUtils = new SubentryUtils( directoryService ); }
298299300301302303304
307308309310311312313
262263264265266267268
manager = new StoredProcExecutionManager( spContainer, spEngineConfigs ); this.enabled = true; // TODO: Get this from the configuration if needed. // Init the SubentryUtils instance subentryUtils = new SubentryUtils( directoryService ); }
309310311312313314315