Searched refs:entryInfo (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/model/
H A DAuthenticationAuditEntry.java38 private final Map<String, String> entryInfo = new HashMap<>(); field in class:AuthenticationAuditEntry
44 entry.put(INFO_KEY, entryInfo);
71 return entryInfo;
99 this.entryInfo.put(key.toString(), value);
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/model/
H A DAuthenticationAuditEntry.java38 private final Map<String, String> entryInfo = new HashMap<>(); field in class:AuthenticationAuditEntry
44 entry.put(INFO_KEY, entryInfo);
71 return entryInfo;
99 this.entryInfo.put(key.toString(), value);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DLDIFReader.java215 * @param entryInfo A object to hold information about the entry ID and what
224 Importer.EntryInformation entryInfo)
227 return readEntry(importConfig.validateSchema(), map, entryInfo);
233 Importer.EntryInformation entryInfo)
421 entryInfo.setEntryID(entryID);
422 entryInfo.setSuffix(suffix);
223 readEntry(Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
232 readEntry(boolean checkSchema, Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DLDIFReader.java215 * @param entryInfo A object to hold information about the entry ID and what
224 Importer.EntryInformation entryInfo)
227 return readEntry(importConfig.validateSchema(), map, entryInfo);
233 Importer.EntryInformation entryInfo)
421 entryInfo.setEntryID(entryID);
422 entryInfo.setSuffix(suffix);
223 readEntry(Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
232 readEntry(boolean checkSchema, Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DLDIFReader.java213 * @param entryInfo A object to hold information about the entry ID and what
222 Importer.EntryInformation entryInfo)
225 return readEntry(importConfig.validateSchema(), map, entryInfo);
231 Importer.EntryInformation entryInfo)
449 entryInfo.setEntryID(entryID);
450 entryInfo.setSuffix(suffix);
221 readEntry(Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
230 readEntry(boolean checkSchema, Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DLDIFReader.java213 * @param entryInfo A object to hold information about the entry ID and what
222 Importer.EntryInformation entryInfo)
225 return readEntry(importConfig.validateSchema(), map, entryInfo);
231 Importer.EntryInformation entryInfo)
449 entryInfo.setEntryID(entryID);
450 entryInfo.setSuffix(suffix);
221 readEntry(Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
230 readEntry(boolean checkSchema, Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DLDIFReader.java213 * @param entryInfo A object to hold information about the entry ID and what
222 Importer.EntryInformation entryInfo)
225 return readEntry(importConfig.validateSchema(), map, entryInfo);
231 Importer.EntryInformation entryInfo)
449 entryInfo.setEntryID(entryID);
450 entryInfo.setSuffix(suffix);
221 readEntry(Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
230 readEntry(boolean checkSchema, Map<DN, Suffix> map, Importer.EntryInformation entryInfo) argument
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1468 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.AppendReplaceTask
1489 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1494 entryID = entryInfo.getEntryID();
1495 Suffix suffix = entryInfo.getSuffix();
1596 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.ImportTask
1616 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1621 EntryID entryID = entryInfo.getEntryID();
1622 Suffix suffix = entryInfo.getSuffix();
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1436 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.AppendReplaceTask
1457 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1462 entryID = entryInfo.getEntryID();
1463 Suffix suffix = entryInfo.getSuffix();
1564 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.ImportTask
1584 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1589 EntryID entryID = entryInfo.getEntryID();
1590 Suffix suffix = entryInfo.getSuffix();
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1436 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.AppendReplaceTask
1457 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1462 entryID = entryInfo.getEntryID();
1463 Suffix suffix = entryInfo.getSuffix();
1564 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.ImportTask
1584 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1589 EntryID entryID = entryInfo.getEntryID();
1590 Suffix suffix = entryInfo.getSuffix();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1468 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.AppendReplaceTask
1489 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1494 entryID = entryInfo.getEntryID();
1495 Suffix suffix = entryInfo.getSuffix();
1596 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.ImportTask
1616 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1621 EntryID entryID = entryInfo.getEntryID();
1622 Suffix suffix = entryInfo.getSuffix();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java1436 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.AppendReplaceTask
1457 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1462 entryID = entryInfo.getEntryID();
1463 Suffix suffix = entryInfo.getSuffix();
1564 private final EntryInformation entryInfo = new EntryInformation(); field in class:Importer.ImportTask
1584 Entry entry = reader.readEntry(dnSuffixMap, entryInfo);
1589 EntryID entryID = entryInfo.getEntryID();
1590 Suffix suffix = entryInfo.getSuffix();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java581 EntryInformation entryInfo;
582 while ((entryInfo = reader.readEntry(entryContainers)) != null && !importConfig.isCancelled())
584 final EntryContainer entryContainer = entryInfo.getEntryContainer();
585 final Entry entry = entryInfo.getEntry();
595 entryProcessor.processEntry(entryContainer, entryInfo.getEntryID(), entry);

Completed in 121 milliseconds