Uses of Interface
org.ldaptive.dn.RDnNormalizer
Packages that use RDnNormalizer
-
Uses of RDnNormalizer in org.ldaptive.dn
Classes in org.ldaptive.dn that implement RDnNormalizerModifier and TypeClassDescriptionclass
Normalizes 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 RDnNormalizerModifier and TypeMethodDescriptionDn.format
(RDnNormalizer normalizer) Produces a string representation of this DN.RDn.format
(RDnNormalizer normalizer) Returns a string representation of this RDN, joining each name value pair with '+'.