Uses of Class
org.ldaptive.dn.Dn
-
Packages that use Dn Package Description org.ldaptive org.ldaptive.dn org.ldaptive.dns org.ldaptive.ssl -
-
Uses of Dn in org.ldaptive
Fields in org.ldaptive declared as Dn Modifier and Type Field Description private Dn
LdapEntry. parsedDn
Parsed LDAP DN.Methods in org.ldaptive that return Dn Modifier and Type Method Description Dn
LdapEntry. getParsedDn()
Returns the parsed ldap DN. -
Uses of Dn in org.ldaptive.dn
Fields in org.ldaptive.dn declared as Dn Modifier and Type Field Description private Dn
Dn.Builder. object
Methods in org.ldaptive.dn that return Dn Modifier and Type Method Description Dn
Dn.Builder. build()
Dn
Dn. getParent()
Convenience method to retrieve the parent DN.Dn
Dn. subDn(int index)
Returns a new DN containing all the RDN components from the supplied index.Dn
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 Dn Modifier and Type Method Description void
Dn. add(Dn dn)
Adds all the RDNs in the supplied DN to the end of this DN.Dn.Builder
Dn.Builder. add(Dn dn)
boolean
Dn. isAncestor(Dn dn)
Returns whether the supplied DN is an ancestor.boolean
Dn. isAncestor(Dn dn, RDnNormalizer normalizer)
Returns whether the supplied DN is an ancestor.boolean
Dn. isDescendant(Dn dn)
Returns whether the supplied DN is a descendant.boolean
Dn. isDescendant(Dn dn, RDnNormalizer normalizer)
Returns whether the supplied DN is a descendant.boolean
Dn. isSame(Dn dn)
Returns whether the normalized format of the supplied DN equals the normalized format of this DN.boolean
Dn. 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 Modifier and Type Method Description String
DNSDomainFunction. apply(Dn dn)
-
Uses of Dn in org.ldaptive.ssl
Methods in org.ldaptive.ssl that return Dn Modifier and Type Method Description Dn
X509DnDecoder. apply(DERBuffer encoded)
-