Uses of Interface
org.ldaptive.dn.AttributeValueEscaper
-
Packages that use AttributeValueEscaper Package Description org.ldaptive.dn -
-
Uses of AttributeValueEscaper in org.ldaptive.dn
Classes in org.ldaptive.dn that implement AttributeValueEscaper Modifier and Type Class Description class
DefaultAttributeValueEscaper
Escapes an attribute value per RFC 4514 section 2.4.Methods in org.ldaptive.dn that return AttributeValueEscaper Modifier and Type Method Description AttributeValueEscaper
DefaultRDnNormalizer. getValueEscaper()
Returns the value escaper.Constructors in org.ldaptive.dn with parameters of type AttributeValueEscaper Constructor Description DefaultRDnNormalizer(AttributeValueEscaper escaper)
Creates a new default RDN normalizer.
-