Uses of Class
org.ldaptive.dn.RDn
-
Packages that use RDn Package Description org.ldaptive.dn -
-
Uses of RDn in org.ldaptive.dn
Fields in org.ldaptive.dn with type parameters of type RDn Modifier and Type Field Description private List<RDn>
Dn. rdnComponents
RDN components.Methods in org.ldaptive.dn that return RDn Modifier and Type Method Description RDn
Dn. getRDn()
Returns the first RDN in this DN.RDn
DefaultRDnNormalizer. normalize(RDn rdn)
RDn
RDnNormalizer. normalize(RDn rdn)
Normalize the name value pairs in the supplied RDN.Methods in org.ldaptive.dn that return types with arguments of type RDn Modifier and Type Method Description List<RDn>
Dn. getRDns()
Returns the RDNs in this DN.List<RDn>
DefaultDnParser. parse(String dn)
Parses the supplied DN into a list of RDNs.List<RDn>
DnParser. parse(String dn)
Parses the supplied DN into a list of RDNs.Methods in org.ldaptive.dn with parameters of type RDn Modifier and Type Method Description void
Dn. add(int index, RDn rdn)
Adds the supplied RDN at the supplied index.void
Dn. add(RDn rdn)
Adds the supplied RDN to the end of this DN.Dn.Builder
Dn.Builder. add(RDn rdn)
boolean
RDn. isSame(RDn rdn)
Returns whether the normalized format of the supplied RDN equals the normalized format of this RDN.boolean
RDn. isSame(RDn rdn, RDnNormalizer normalizer)
Returns whether the normalized format of the supplied RDN equals the normalized format of this RDN.RDn
DefaultRDnNormalizer. normalize(RDn rdn)
RDn
RDnNormalizer. normalize(RDn rdn)
Normalize the name value pairs in the supplied RDN.Constructors in org.ldaptive.dn with parameters of type RDn Constructor Description Dn(RDn... rdn)
Creates a new DN with the supplied RDNs.Constructor parameters in org.ldaptive.dn with type arguments of type RDn Constructor Description Dn(List<RDn> rdns)
Creates a new DN with the supplied RDNs.
-