Uses of Class
org.ldaptive.dn.Dn
Packages that use Dn
-
Uses of Dn in org.ldaptive
Fields in org.ldaptive declared as DnMethods in org.ldaptive that return Dn -
Uses of Dn in org.ldaptive.dn
Fields in org.ldaptive.dn declared as DnMethods in org.ldaptive.dn that return DnModifier and TypeMethodDescriptionDn.Builder.build()static DnCreates a mutable copy of the supplied DN.Dn.getParent()Convenience method to retrieve the parent DN.Dn.subDn(int index) Returns a new DN containing all the RDN components from the supplied index.Dn.subDn(int beginIndex, int endIndex) Returns a new DN containing all the RDN components between the supplied indexes.Methods in org.ldaptive.dn with parameters of type DnModifier and TypeMethodDescriptionvoidAdds all the RDNs in the supplied DN to the end of this DN.static DnCreates a mutable copy of the supplied DN.booleanDn.isAncestor(Dn dn) Returns whether the supplied DN is an ancestor.booleanDn.isAncestor(Dn dn, RDnNormalizer normalizer) Returns whether the supplied DN is an ancestor.booleanDn.isDescendant(Dn dn) Returns whether the supplied DN is a descendant.booleanDn.isDescendant(Dn dn, RDnNormalizer normalizer) Returns whether the supplied DN is a descendant.booleanReturns whether the normalized format of the supplied DN equals the normalized format of this DN.booleanDn.isSame(Dn dn, RDnNormalizer normalizer) Returns whether the normalized format of the supplied DN equals the normalized format of this DN. -
Uses of Dn in org.ldaptive.dns
Methods in org.ldaptive.dns with parameters of type Dn -
Uses of Dn in org.ldaptive.ssl
Methods in org.ldaptive.ssl that return Dn -
Uses of Dn in org.ldaptive.url
Fields in org.ldaptive.url declared as DnModifier and TypeFieldDescription(package private) static final DnDefault parsed base DN.private final DnUrl.parsedBaseDnParsed base DN of the ldap url.Methods in org.ldaptive.url that return DnMethods in org.ldaptive.url with parameters of type DnModifier and TypeMethodDescriptionprotected abstract StringAbstractUrlFormatter.formatBaseDn(String baseDn, Dn parsedBaseDn) Formats the supplied baseDN.protected StringMinimalUrlFormatter.formatBaseDn(String baseDn, Dn parsedBaseDn)