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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRootDSEBackend.java341 for (Map.Entry<DN, Backend<?>> entry : getSubordinateBaseDNs().entrySet())
367 for (Map.Entry<DN, Backend<?>> entry : getSubordinateBaseDNs().entrySet())
615 for (Map.Entry<DN, Backend<?>> entry : getSubordinateBaseDNs().entrySet())
686 for (Map.Entry<DN, Backend<?>> entry : getSubordinateBaseDNs().entrySet())
705 for (Map.Entry<DN, Backend<?>> entry : getSubordinateBaseDNs().entrySet())
768 public Map<DN, Backend<?>> getSubordinateBaseDNs() method in class:RootDSEBackend

Completed in 58 milliseconds