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 RDnDn. getRDn()Returns the first RDN in this DN.RDnDefaultRDnNormalizer. normalize(RDn rdn)RDnRDnNormalizer. 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 voidDn. add(int index, RDn rdn)Adds the supplied RDN at the supplied index.voidDn. add(RDn rdn)Adds the supplied RDN to the end of this DN.Dn.BuilderDn.Builder. add(RDn rdn)RDnDefaultRDnNormalizer. normalize(RDn rdn)RDnRDnNormalizer. 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.
-