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 class
DefaultRDnNormalizer
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 RDnNormalizer Modifier and Type Method Description java.lang.String
Dn. format(RDnNormalizer normalizer)
Produces a string representation of this DN.java.lang.String
RDn. format(RDnNormalizer normalizer)
Returns a string representation of this RDN, joining each name value pair with '+'.
-