Uses of Class
org.ldaptive.dn.RDn
-
Packages that use RDn Package Description org.ldaptive.dn -
-
Uses of RDn in org.ldaptive.dn
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 java.util.List<RDn>
Dn. getRDns()
Returns the RDNs in this DN.java.util.List<RDn>
DefaultDnParser. parse(java.lang.String dn)
Parses the supplied DN into a list of RDNs.java.util.List<RDn>
DnParser. parse(java.lang.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)
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(java.util.List<RDn> rdns)
Creates a new DN with the supplied RDNs.
-