Uses of Class
netscape.ldap.util.DN

Packages that use DN
netscape.ldap.util   
 

Uses of DN in netscape.ldap.util
 

Methods in netscape.ldap.util that return DN
 DN DN.getParent()
          Gets the parent DN for this DN.
 

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