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

/forgerock/opendj2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java124 private DN rootDSEDN; field in class:RootDSEBackend
198 rootDSEDN = DN.nullDN();
199 this.baseDNs = new DN[] { rootDSEDN };
670 Entry e = new Entry(rootDSEDN, dseObjectClasses, dseUserAttrs,
991 searchOperation.setBaseDN(rootDSEDN);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DRootDSEBackend.java128 private DN rootDSEDN; field in class:RootDSEBackend
218 rootDSEDN = DN.nullDN();
219 this.baseDNs = new DN[] { rootDSEDN };
884 Entry e = new Entry(rootDSEDN, dseObjectClasses, dseUserAttrs,
1232 searchOperation.setBaseDN(rootDSEDN);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java128 private DN rootDSEDN; field in class:RootDSEBackend
218 rootDSEDN = DN.nullDN();
219 this.baseDNs = new DN[] { rootDSEDN };
884 Entry e = new Entry(rootDSEDN, dseObjectClasses, dseUserAttrs,
1232 searchOperation.setBaseDN(rootDSEDN);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java124 private DN rootDSEDN; field in class:RootDSEBackend
198 rootDSEDN = DN.nullDN();
199 this.baseDNs = new DN[] { rootDSEDN };
670 Entry e = new Entry(rootDSEDN, dseObjectClasses, dseUserAttrs,
991 searchOperation.setBaseDN(rootDSEDN);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java128 private DN rootDSEDN; field in class:RootDSEBackend
218 rootDSEDN = DN.nullDN();
219 this.baseDNs = new DN[] { rootDSEDN };
884 Entry e = new Entry(rootDSEDN, dseObjectClasses, dseUserAttrs,
1232 searchOperation.setBaseDN(rootDSEDN);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRootDSEBackend.java115 private DN rootDSEDN; field in class:RootDSEBackend
165 rootDSEDN = DN.rootDN();
166 this.baseDNs = new DN[] { rootDSEDN };
535 Entry e = new Entry(rootDSEDN, dseObjectClasses, dseUserAttrs,
749 searchOperation.setBaseDN(rootDSEDN);

Completed in 402 milliseconds