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 classDefaultAttributeValueEscaperEscapes an attribute value per RFC 4514 section 2.4.Methods in org.ldaptive.dn that return AttributeValueEscaper Modifier and Type Method Description AttributeValueEscaperDefaultRDnNormalizer. 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.
-