| Package | Description |
|---|---|
| org.bedework.carddav.server.dirHandlers.ldap |
| 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 |
|---|---|
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
|
Copyright © 2018 Bedework. All rights reserved.