Public Member Functions | |
| DBObject () | |
| DBObject (String ldif) | |
| synchronized Object | clone () |
| int | hashCode () |
| boolean | equals (Object cobj) |
| Compares to another object. | |
| void | removeAttribute (String key) |
| void | addSetting (String setting) |
| Adds an attribute from a "name=value" string. | |
| void | addSetting (Vector settings) |
| Adds attributes from a Vector of "name=value" strings. | |
| void | addAttribute (String key, String value) |
| void | addUniqueAttribute (String key, String value) |
| void | addUniqueAttribute (String key, Vector values) |
| void | addUniqueAttributeIgnoreCase (String key, String value) |
| void | addUniqueAttributeIgnoreCase (String key, Vector values) |
| void | addAttribute (String key, Vector values) |
| Vector | getAttribute (String key) |
| String | getValue (String key) |
| String | getEValue (String key) |
| Enumeration | getAttributes () |
| String | toLDIF () |
| void | setDN (DN dn) |
| DN | getDN () |
| DN | globalDN () |
| DN | globalDN (DN dn) |
| void | completeDN (DN root) |
| boolean | hasChanged () |
| void | clearChanged () |
| Vector | diffAttributes (DBObject dbo) |
| compare two DBObjects and return a Vector containing the names of all the attributes which are not identical. | |
| void | clear () |
| boolean | isMember (String objectclass) |
| test if the object is member of a given object class. | |
Static Public Member Functions | |
| static void | dumpAttributes () |
Protected Member Functions | |
| String | encode (String val) |
Package Attributes | |
| DN | dn |
| Vector | objectclasses = null |
Classes | |
| class | ICString |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Adds attributes from a Vector of "name=value" strings.
|
|
|
Adds an attribute from a "name=value" string.
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compare two DBObjects and return a Vector containing the names of all the attributes which are not identical.
|
|
|
|
|
|
|
|
|
Compares to another object. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test if the object is member of a given object class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5