Uses of Class
org.ldaptive.dn.Dn
-
Packages that use Dn Package Description org.ldaptive org.ldaptive.dn org.ldaptive.dns org.ldaptive.ssl org.ldaptive.url -
-
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()
static Dn
Dn. copy(Dn dn)
Creates a mutable copy of the supplied DN.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)
static Dn
Dn. copy(Dn dn)
Creates a mutable copy of the supplied 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)
-
Uses of Dn in org.ldaptive.url
Fields in org.ldaptive.url declared as Dn Modifier and Type Field Description (package private) static Dn
Url. DEFAULT_PARSED_BASE_DN
Default parsed base DN.private Dn
Url. parsedBaseDn
Parsed base DN of the ldap url.Methods in org.ldaptive.url that return Dn Modifier and Type Method Description Dn
Url. getParsedBaseDn()
Returns the parsed base DN.Methods in org.ldaptive.url with parameters of type Dn Modifier and Type Method Description protected abstract String
AbstractUrlFormatter. formatBaseDn(String baseDn, Dn parsedBaseDn)
Formats the supplied baseDN.protected String
MinimalUrlFormatter. formatBaseDn(String baseDn, Dn parsedBaseDn)
-