| Package | Description |
|---|---|
| org.bedework.util.directory.common | |
| org.bedework.util.directory.ldif |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDirRecord
This class represents a directory record which may be built from a
number of attributes represented as a BasicAttributes object.
|
| Modifier and Type | Method and Description |
|---|---|
DirRecord |
Directory.newRecord(String entryDn)
newRecord - Return a record which can have attribute values added.
|
abstract DirRecord |
Directory.nextRecord() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Directory.create(DirRecord rec) |
boolean |
DirRecord.dnEquals(DirRecord that)
Check dns for equality
|
boolean |
DirRecord.equals(DirRecord that)
Compare this with that.
|
boolean |
DirRecord.equals(DirRecord that,
String[] attrIDs)
Simpler form of equals in which attributes have the same names in both
records.
|
boolean |
DirRecord.equals(DirRecord that,
String[] thisAttrIDs,
String[] thatAttrIDs)
Compare this with that only looking at the named attributes.
|
boolean |
DirRecord.equalsAllBut(DirRecord that,
String[] attrIDs)
This compares all but the named attributes
allbut true => All must be equal except those on the list
|
| Modifier and Type | Class and Description |
|---|---|
class |
LdifRecord
This class represents an entire ldif record.
|
| Modifier and Type | Method and Description |
|---|---|
DirRecord |
Ldif.nextRecord()
Return the next record in the input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ldif.create(DirRecord rec) |
static void |
Ldif.dumpLdif(Ldif.LdifOut lo,
DirRecord rec)
dumpLdif write the entire record as ldif.
|
Copyright © 2015 Bedework. All rights reserved.