Uses of Class
netscape.ldap.util.DN
-
Packages that use DN Package Description netscape.ldap.util -
-
Uses of DN in netscape.ldap.util
Methods in netscape.ldap.util that return DN Modifier and Type Method Description DNDN. getParent()Gets the parent DN for this DN.Methods in netscape.ldap.util with parameters of type DN Modifier and Type Method Description booleanDN. contains(DN dn)Deprecated.Please use isDescendantOf() instead.booleanDN. equals(DN dn)Determines if the current DN is equal to the specified DN.booleanDN. isDescendantOf(DN dn)Determines if this DN is a descendant of the given DN.
-