Uses of Interface
org.ldaptive.dn.AttributeValueEscaper
-
Packages that use AttributeValueEscaper Package Description org.ldaptive.auth org.ldaptive.dn -
-
Uses of AttributeValueEscaper in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AttributeValueEscaper Modifier and Type Field Description private AttributeValueEscaper
FormatDnResolver. attributeValueEscaper
attribute value escaper. -
Uses of AttributeValueEscaper in org.ldaptive.dn
Classes in org.ldaptive.dn that implement AttributeValueEscaper Modifier and Type Class Description class
AbstractAttributeValueEscaper
Escapes an attribute value per RFC 4514 section 2.4.class
DefaultAttributeValueEscaper
Escapes an attribute value per RFC 4514 section 2.4.class
MinimalAttributeValueEscaper
Escapes an attribute value per RFC 4514 section 2.4.Fields in org.ldaptive.dn declared as AttributeValueEscaper Modifier and Type Field Description private AttributeValueEscaper
DefaultRDnNormalizer. attributeValueEscaper
Attribute value escaper.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.DefaultRDnNormalizer(AttributeValueEscaper escaper, Function<String,String> nameNormalizer, Function<String,String> valueNormalizer)
Creates a new default RDN normalizer.
-