Uses of Interface
org.ldaptive.dn.RDnNormalizer
-
Packages that use RDnNormalizer Package Description org.ldaptive.dn -
-
Uses of RDnNormalizer in org.ldaptive.dn
Classes in org.ldaptive.dn that implement RDnNormalizer Modifier and Type Class Description classDefaultRDnNormalizerNormalizes a RDN by performing the following operations: lowercase attribute names escape attribute value characters sort multi value RDNs by nameMethods in org.ldaptive.dn with parameters of type RDnNormalizer Modifier and Type Method Description java.lang.StringDn. format(RDnNormalizer normalizer)Produces a string representation of this DN.java.lang.StringRDn. format(RDnNormalizer normalizer)Returns a string representation of this RDN, joining each name value pair with '+'.
-