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 DN
DN. getParent()
Gets the parent DN for this DN.Methods in netscape.ldap.util with parameters of type DN Modifier and Type Method 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.
-