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