Package org.ldaptive.dn
Interface AttributeValueEscaper
-
- All Known Implementing Classes:
DefaultAttributeValueEscaper
public interface AttributeValueEscaperInterface for escaping attribute values.- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringescape(java.lang.String value)Escapes the supplied attribute value.
-