Searched defs:rootDSEBackend (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java622 private RootDSEBackend rootDSEBackend; field in class:DirectoryServer
2234 rootDSEBackend = new RootDSEBackend();
2235 rootDSEBackend.configureBackend(rootDSECfg);
2236 rootDSEBackend.initializeBackend();
2449 createAndRegisterWorkflowsWithDefaultNetworkGroup (rootDSEBackend);
3002 rootDSEBackend = new RootDSEBackend();
3003 rootDSEBackend.configureBackend(rootDSECfg);
3004 rootDSEBackend.initializeBackend();
6428 return directoryServer.rootDSEBackend;
6613 return directoryServer.rootDSEBackend
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java610 private RootDSEBackend rootDSEBackend; field in class:DirectoryServer
2037 rootDSEBackend = new RootDSEBackend();
2038 rootDSEBackend.configureBackend(rootDSECfg);
2039 rootDSEBackend.initializeBackend();
2249 createAndRegisterWorkflowsWithDefaultNetworkGroup (rootDSEBackend);
2723 rootDSEBackend = new RootDSEBackend();
2724 rootDSEBackend.configureBackend(rootDSECfg);
2725 rootDSEBackend.initializeBackend();
6104 return directoryServer.rootDSEBackend;
6287 return directoryServer.rootDSEBackend
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java623 private RootDSEBackend rootDSEBackend; field in class:DirectoryServer
2235 rootDSEBackend = new RootDSEBackend();
2236 rootDSEBackend.configureBackend(rootDSECfg);
2237 rootDSEBackend.initializeBackend();
2450 createAndRegisterWorkflowsWithDefaultNetworkGroup (rootDSEBackend);
3003 rootDSEBackend = new RootDSEBackend();
3004 rootDSEBackend.configureBackend(rootDSECfg);
3005 rootDSEBackend.initializeBackend();
6428 return directoryServer.rootDSEBackend;
6613 return directoryServer.rootDSEBackend
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java882 private RootDSEBackend rootDSEBackend; field in class:DirectoryServer
2492 rootDSEBackend = new RootDSEBackend();
2493 rootDSEBackend.configureBackend(rootDSECfg);
2494 rootDSEBackend.initializeBackend();
2707 createAndRegisterWorkflowsWithDefaultNetworkGroup (rootDSEBackend);
3260 rootDSEBackend = new RootDSEBackend();
3261 rootDSEBackend.configureBackend(rootDSECfg);
3262 rootDSEBackend.initializeBackend();
6656 return directoryServer.rootDSEBackend;
6841 return directoryServer.rootDSEBackend
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java610 private RootDSEBackend rootDSEBackend; field in class:DirectoryServer
2037 rootDSEBackend = new RootDSEBackend();
2038 rootDSEBackend.configureBackend(rootDSECfg);
2039 rootDSEBackend.initializeBackend();
2249 createAndRegisterWorkflowsWithDefaultNetworkGroup (rootDSEBackend);
2723 rootDSEBackend = new RootDSEBackend();
2724 rootDSEBackend.configureBackend(rootDSECfg);
2725 rootDSEBackend.initializeBackend();
6104 return directoryServer.rootDSEBackend;
6287 return directoryServer.rootDSEBackend
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java629 private RootDSEBackend rootDSEBackend; field in class:DirectoryServer
1938 rootDSEBackend = new RootDSEBackend();
1939 rootDSEBackend.configureBackend(rootDSECfg, serverContext);
1940 rootDSEBackend.openBackend();
1996 createAndRegisterWorkflows(rootDSEBackend);
2248 rootDSEBackend = new RootDSEBackend();
2249 rootDSEBackend.configureBackend(rootDSECfg, serverContext);
2250 rootDSEBackend.openBackend();
4760 return directoryServer.rootDSEBackend;
4915 return directoryServer.rootDSEBackend
[all...]

Completed in 131 milliseconds