Searched defs:suffix (Results 101 - 125 of 176) sorted by relevance

12345678

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1291 * @param suffix appended to each individual element in the list before
1296 String prefix, String suffix) {
1303 if (suffix != null) {
1304 sb.append(suffix);
1823 for (SuffixDescriptor suffix : suffixes)
1829 buf.append(suffix.getDN());
2414 for (SuffixDescriptor suffix : suffixes)
2416 baseDNs.add(suffix.getDN());
2434 for (SuffixDescriptor suffix : suffixes)
2437 for (ReplicaDescriptor replica : suffix
1295 listToString(List<?> list, String separator, String prefix, String suffix) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1292 * @param suffix appended to each individual element in the list before
1297 String prefix, String suffix) {
1304 if (suffix != null) {
1305 sb.append(suffix);
1824 for (SuffixDescriptor suffix : suffixes)
1830 buf.append(suffix.getDN());
2415 for (SuffixDescriptor suffix : suffixes)
2417 baseDNs.add(suffix.getDN());
2435 for (SuffixDescriptor suffix : suffixes)
2438 for (ReplicaDescriptor replica : suffix
1296 listToString(List<?> list, String separator, String prefix, String suffix) argument
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dcommon.py273 self.suffix=''
294 def suffix(self,sfx): member in class:directory_server
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dcommon.py272 self.suffix=''
293 def suffix(self,sfx): member in class:directory_server
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1292 * @param suffix appended to each individual element in the list before
1297 String prefix, String suffix) {
1304 if (suffix != null) {
1305 sb.append(suffix);
1824 for (SuffixDescriptor suffix : suffixes)
1830 buf.append(suffix.getDN());
2415 for (SuffixDescriptor suffix : suffixes)
2417 baseDNs.add(suffix.getDN());
2435 for (SuffixDescriptor suffix : suffixes)
2438 for (ReplicaDescriptor replica : suffix
1296 listToString(List<?> list, String separator, String prefix, String suffix) argument
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dcommon.py273 self.suffix=''
294 def suffix(self,sfx): member in class:directory_server
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dcommon.py273 self.suffix=''
294 def suffix(self,sfx): member in class:directory_server
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dcommon.py272 self.suffix=''
293 def suffix(self,sfx): member in class:directory_server
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1291 * @param suffix appended to each individual element in the list before
1296 String prefix, String suffix) {
1303 if (suffix != null) {
1304 sb.append(suffix);
1823 for (SuffixDescriptor suffix : suffixes)
1829 buf.append(suffix.getDN());
2414 for (SuffixDescriptor suffix : suffixes)
2416 baseDNs.add(suffix.getDN());
2434 for (SuffixDescriptor suffix : suffixes)
2437 for (ReplicaDescriptor replica : suffix
1295 listToString(List<?> list, String separator, String prefix, String suffix) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1197 * @param suffix appended to each individual element in the list before
1202 String prefix, String suffix) {
1209 if (suffix != null) {
1210 sb.append(suffix);
1729 for (SuffixDescriptor suffix : suffixes)
1735 buf.append(suffix.getDN());
2320 for (SuffixDescriptor suffix : suffixes)
2322 baseDNs.add(suffix.getDN());
2340 for (SuffixDescriptor suffix : suffixes)
2343 for (ReplicaDescriptor replica : suffix
1201 listToString(List<?> list, String separator, String prefix, String suffix) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java1017 * @param suffix
1022 public static String listToString(List<?> list, String separator, String prefix, String suffix) argument
1032 if (suffix != null)
1034 sb.append(suffix);
1516 for (final SuffixDescriptor suffix : suf.getSuffixes())
1522 buf.append(suffix.getDN());
2083 for (SuffixDescriptor suffix : suffixes)
2085 baseDNs.add(suffix.getDN());
2099 for (SuffixDescriptor suffix : suffixes)
2102 for (ReplicaDescriptor replica : suffix
[all...]
/forgerock/opendj2/ext/ant/etc/
H A Dant-bootstrap.jar ... .String, java.lang.String) String start String suffix java.io.File parent java.io. ...
/forgerock/opendj-b2.6/ext/ant/etc/
H A Dant-bootstrap.jar ... .String, java.lang.String) String start String suffix java.io.File parent java.io. ...
/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java112 * and also to initialize the contents of a replicated suffix with the contents
113 * of another suffix. It also allows to display the replicated status of the
1291 SuffixDescriptor suffix = new SuffixDescriptor();
1292 suffix.setDN(baseDN.getDn().toString());
1305 replica.setSuffix(suffix);
1306 suffix.setReplicas(Collections.singleton(replica));
1391 // administration suffix.
1412 for (String suffix : suffixes)
1414 if (isNotSchemaOrAds(suffix))
1422 private boolean isNotSchemaOrAds(String suffix) argument
[all...]
/forgerock/opendj2.6.2/ext/ant/etc/
H A Dant-bootstrap.jar ... .String, java.lang.String) String start String suffix java.io.File parent java.io. ...
/forgerock/opendj2-hg/ext/ant/etc/
H A Dant-bootstrap.jar ... .String, java.lang.String) String start String suffix java.io.File parent java.io. ...
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DReplicationCliMain.java112 * and also to initialize the contents of a replicated suffix with the contents
113 * of another suffix. It also allows to display the replicated status of the
1291 SuffixDescriptor suffix = new SuffixDescriptor();
1292 suffix.setDN(baseDN.getDn().toString());
1305 replica.setSuffix(suffix);
1306 suffix.setReplicas(Collections.singleton(replica));
1391 // administration suffix.
1412 for (String suffix : suffixes)
1414 if (isNotSchemaOrAds(suffix))
1422 private boolean isNotSchemaOrAds(String suffix) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java1109 * This methods creates the base entry for the suffix based on the contents of
1540 for (SuffixDescriptor suffix : suffixes)
1542 final ReplicaDescriptor replica = retrieveReplicaForSuffix(serverList, suffix);
1546 hmBackendSuffix.get(backendNameKey).add(suffix.getDN());
1554 for (SuffixDescriptor suffix : suffixes)
1556 for (ReplicaDescriptor replica : suffix.getReplicas())
1564 private ReplicaDescriptor retrieveReplicaForSuffix(Set<ServerDescriptor> serverList, SuffixDescriptor suffix) argument
1568 for (ReplicaDescriptor replica : suffix.getReplicas())
1634 for (SuffixDescriptor suffix : lastLoadedCache.getSuffixes())
1636 for (ReplicaDescriptor replica : suffix
[all...]
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/etc/
H A Dant-bootstrap.jar ... .String, java.lang.String) String start String suffix java.io.File parent java.io. ...
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java388 * Return the suffix instance in the specified map that matches the specified
395 * @return The suffix instance that matches the DN, or null if no match is
400 Suffix suffix = null;
403 while (suffix == null && nodeDN != null)
405 suffix = map.get(nodeDN);
406 if (suffix == null)
411 return suffix;
633 Suffix suffix = getSuffix(ec);
634 if (suffix != null)
636 dnSuffixMap.put(ec.getBaseDN(), suffix);
646 generateIndexID(Suffix suffix) argument
1511 processEntry(Entry entry, Suffix suffix) argument
1553 processAllIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1638 processEntry(Entry entry, EntryID entryID, Suffix suffix) argument
1661 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
1698 processIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1713 fillIndexKey(Suffix suffix, Map.Entry<AttributeType, AttributeIndex> mapEntry, Entry entry, AttributeType attributeType, EntryID entryID) argument
1870 processDN2ID(Suffix suffix, DN dn, EntryID entryID) argument
1882 processDN2URI(Suffix suffix, Entry oldEntry, Entry newEntry) argument
3189 private Suffix suffix = null; field in class:Importer.RebuildIndexManager
4432 private Suffix suffix; field in class:Importer.EntryInformation
4450 setSuffix(Suffix suffix) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java370 * Return the suffix instance in the specified map that matches the specified
377 * @return The suffix instance that matches the DN, or null if no match is
382 Suffix suffix = null;
385 while (suffix == null && nodeDN != null)
387 suffix = map.get(nodeDN);
388 if (suffix == null)
393 return suffix;
618 Suffix suffix = getSuffix(ec);
619 if (suffix != null)
621 dnSuffixMap.put(ec.getBaseDN(), suffix);
629 generateIndexID(Suffix suffix) argument
1479 processEntry(Entry entry, Suffix suffix) argument
1521 processAllIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1606 processEntry(Entry entry, EntryID entryID, Suffix suffix) argument
1629 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
1666 processIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1681 fillIndexKey(Suffix suffix, Map.Entry<AttributeType, AttributeIndex> mapEntry, Entry entry, AttributeType attributeType, EntryID entryID) argument
1836 processDN2ID(Suffix suffix, DN dn, EntryID entryID) argument
1848 processDN2URI(Suffix suffix, Entry oldEntry, Entry newEntry) argument
3155 private Suffix suffix = null; field in class:Importer.RebuildIndexManager
4394 private Suffix suffix; field in class:Importer.EntryInformation
4412 setSuffix(Suffix suffix) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java370 * Return the suffix instance in the specified map that matches the specified
377 * @return The suffix instance that matches the DN, or null if no match is
382 Suffix suffix = null;
385 while (suffix == null && nodeDN != null)
387 suffix = map.get(nodeDN);
388 if (suffix == null)
393 return suffix;
618 Suffix suffix = getSuffix(ec);
619 if (suffix != null)
621 dnSuffixMap.put(ec.getBaseDN(), suffix);
629 generateIndexID(Suffix suffix) argument
1479 processEntry(Entry entry, Suffix suffix) argument
1521 processAllIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1606 processEntry(Entry entry, EntryID entryID, Suffix suffix) argument
1629 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
1666 processIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1681 fillIndexKey(Suffix suffix, Map.Entry<AttributeType, AttributeIndex> mapEntry, Entry entry, AttributeType attributeType, EntryID entryID) argument
1836 processDN2ID(Suffix suffix, DN dn, EntryID entryID) argument
1848 processDN2URI(Suffix suffix, Entry oldEntry, Entry newEntry) argument
3155 private Suffix suffix = null; field in class:Importer.RebuildIndexManager
4394 private Suffix suffix; field in class:Importer.EntryInformation
4412 setSuffix(Suffix suffix) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java388 * Return the suffix instance in the specified map that matches the specified
395 * @return The suffix instance that matches the DN, or null if no match is
400 Suffix suffix = null;
403 while (suffix == null && nodeDN != null)
405 suffix = map.get(nodeDN);
406 if (suffix == null)
411 return suffix;
633 Suffix suffix = getSuffix(ec);
634 if (suffix != null)
636 dnSuffixMap.put(ec.getBaseDN(), suffix);
646 generateIndexID(Suffix suffix) argument
1511 processEntry(Entry entry, Suffix suffix) argument
1553 processAllIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1638 processEntry(Entry entry, EntryID entryID, Suffix suffix) argument
1661 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
1698 processIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1713 fillIndexKey(Suffix suffix, Map.Entry<AttributeType, AttributeIndex> mapEntry, Entry entry, AttributeType attributeType, EntryID entryID) argument
1870 processDN2ID(Suffix suffix, DN dn, EntryID entryID) argument
1882 processDN2URI(Suffix suffix, Entry oldEntry, Entry newEntry) argument
3189 private Suffix suffix = null; field in class:Importer.RebuildIndexManager
4432 private Suffix suffix; field in class:Importer.EntryInformation
4450 setSuffix(Suffix suffix) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java370 * Return the suffix instance in the specified map that matches the specified
377 * @return The suffix instance that matches the DN, or null if no match is
382 Suffix suffix = null;
385 while (suffix == null && nodeDN != null)
387 suffix = map.get(nodeDN);
388 if (suffix == null)
393 return suffix;
618 Suffix suffix = getSuffix(ec);
619 if (suffix != null)
621 dnSuffixMap.put(ec.getBaseDN(), suffix);
629 generateIndexID(Suffix suffix) argument
1479 processEntry(Entry entry, Suffix suffix) argument
1521 processAllIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1606 processEntry(Entry entry, EntryID entryID, Suffix suffix) argument
1629 dnSanityCheck(DN entryDN, Entry entry, Suffix suffix) argument
1666 processIndexes(Suffix suffix, Entry entry, EntryID entryID) argument
1681 fillIndexKey(Suffix suffix, Map.Entry<AttributeType, AttributeIndex> mapEntry, Entry entry, AttributeType attributeType, EntryID entryID) argument
1836 processDN2ID(Suffix suffix, DN dn, EntryID entryID) argument
1848 processDN2URI(Suffix suffix, Entry oldEntry, Entry newEntry) argument
3155 private Suffix suffix = null; field in class:Importer.RebuildIndexManager
4394 private Suffix suffix; field in class:Importer.EntryInformation
4412 setSuffix(Suffix suffix) argument
[all...]
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 148 milliseconds

12345678