Uses of Class
netscape.ldap.util.RDN

Packages that use RDN
netscape.ldap.util   
 

Uses of RDN in netscape.ldap.util
 

Methods in netscape.ldap.util with parameters of type RDN
 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.