Uses of Class
netscape.ldap.util.RDN
-
Packages that use RDN Package Description netscape.ldap.util -
-
Uses of RDN in netscape.ldap.util
Methods in netscape.ldap.util with parameters of type RDN Modifier and Type Method Description voidDN. addRDN(RDN rdn)Adds the specified relative distinguished name (RDN) to the current DN.voidDN. addRDNToBack(RDN rdn)Adds the specified relative distinguished name (RDN) to the end of the current DN.voidDN. addRDNToFront(RDN rdn)Adds the specified relative distinguished name (RDN) to the beginning of the current DN.booleanRDN. equals(RDN rdn)Determines if the current DN component is equal to the specified DN component.
-