Package | Description |
---|---|
netscape.ldap.util |
Modifier and Type | Method and Description |
---|---|
void |
DN.addRDN(RDN rdn)
Adds the specified relative distinguished name (RDN) to the current DN.
|
void |
DN.addRDNToBack(RDN rdn)
Adds the specified relative distinguished name (RDN) to the
end of the current DN.
|
void |
DN.addRDNToFront(RDN rdn)
Adds the specified relative distinguished name (RDN) to the
beginning of the current DN.
|
boolean |
RDN.equals(RDN rdn)
Determines if the current DN component is equal to the specified
DN component.
|