Package | Description |
---|---|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
protected Entry |
LDIFReader.createEntry(Dn entryDN,
List<StringBuilder> lines,
boolean checkSchema)
Parses the provided LDIF lines as an LDAP entry.
|
ChangeRecord |
LDIFReader.readChangeRecord(boolean defaultAdd)
Reads the next change record from the LDIF source.
|
protected Dn |
LDIFReader.readDN(LinkedList<StringBuilder> lines)
Reads the DN of the entry from the provided list of lines.
|
Entry |
LDIFReader.readEntry()
Reads the next entry from the LDIF source.
|
Entry |
LDIFReader.readEntry(boolean checkSchema)
Reads the next entry from the LDIF source.
|
protected LinkedList<StringBuilder> |
LDIFReader.readEntryLines()
Reads a set of lines from the next entry in the LDIF source.
|
boolean |
LDIFWriter.writeEntry(Entry entry)
Writes the provided entry to LDIF.
|
Copyright 2010-2022 ForgeRock AS.