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

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java112 private ConcurrentHashMap<DN,Backend> subordinateBaseDNs; field in class:RootDSEBackend
211 subordinateBaseDNs = null;
215 subordinateBaseDNs = new ConcurrentHashMap<DN,Backend>();
227 subordinateBaseDNs.put(baseDN, backend);
380 if (subordinateBaseDNs == null)
386 baseMap = subordinateBaseDNs;
436 if (subordinateBaseDNs != null)
438 for (Backend b : subordinateBaseDNs.values())
715 if (subordinateBaseDNs == null)
727 if (subordinateBaseDNs
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DRootDSEBackend.java116 private ConcurrentHashMap<DN,Backend> subordinateBaseDNs; field in class:RootDSEBackend
231 subordinateBaseDNs = null;
235 subordinateBaseDNs = new ConcurrentHashMap<DN,Backend>();
247 subordinateBaseDNs.put(baseDN, backend);
439 if (subordinateBaseDNs == null)
445 baseMap = subordinateBaseDNs;
499 if (subordinateBaseDNs != null)
501 for (Backend b : subordinateBaseDNs.values())
909 if (subordinateBaseDNs == null)
921 if (subordinateBaseDNs
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java116 private ConcurrentHashMap<DN,Backend> subordinateBaseDNs; field in class:RootDSEBackend
231 subordinateBaseDNs = null;
235 subordinateBaseDNs = new ConcurrentHashMap<DN,Backend>();
247 subordinateBaseDNs.put(baseDN, backend);
439 if (subordinateBaseDNs == null)
445 baseMap = subordinateBaseDNs;
499 if (subordinateBaseDNs != null)
501 for (Backend b : subordinateBaseDNs.values())
909 if (subordinateBaseDNs == null)
921 if (subordinateBaseDNs
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java112 private ConcurrentHashMap<DN,Backend> subordinateBaseDNs; field in class:RootDSEBackend
211 subordinateBaseDNs = null;
215 subordinateBaseDNs = new ConcurrentHashMap<DN,Backend>();
227 subordinateBaseDNs.put(baseDN, backend);
380 if (subordinateBaseDNs == null)
386 baseMap = subordinateBaseDNs;
436 if (subordinateBaseDNs != null)
438 for (Backend b : subordinateBaseDNs.values())
715 if (subordinateBaseDNs == null)
727 if (subordinateBaseDNs
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java116 private ConcurrentHashMap<DN,Backend> subordinateBaseDNs; field in class:RootDSEBackend
231 subordinateBaseDNs = null;
235 subordinateBaseDNs = new ConcurrentHashMap<DN,Backend>();
247 subordinateBaseDNs.put(baseDN, backend);
439 if (subordinateBaseDNs == null)
445 baseMap = subordinateBaseDNs;
499 if (subordinateBaseDNs != null)
501 for (Backend b : subordinateBaseDNs.values())
909 if (subordinateBaseDNs == null)
921 if (subordinateBaseDNs
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRootDSEBackend.java122 private ConcurrentHashMap<DN, Backend<?>> subordinateBaseDNs; field in class:RootDSEBackend
178 subordinateBaseDNs = null;
182 subordinateBaseDNs = new ConcurrentHashMap<>();
192 subordinateBaseDNs.put(baseDN, backend);
399 if (subordinateBaseDNs != null)
401 for (Backend<?> b : subordinateBaseDNs.values())
770 if (subordinateBaseDNs != null)
772 return subordinateBaseDNs;
983 subordinateBaseDNs = subBases;
985 if (subordinateBaseDNs
[all...]

Completed in 81 milliseconds