Package | Description |
---|---|
netscape.ldap.util |
Modifier and Type | Method and Description |
---|---|
DN |
DN.getParent()
Gets the parent DN for this DN.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DN.contains(DN dn)
Deprecated.
Please use isDescendantOf() instead.
|
boolean |
DN.equals(DN dn)
Determines if the current DN is equal to the specified DN.
|
boolean |
DN.isDescendantOf(DN dn)
Determines if this DN is a descendant of the given DN.
|