public class JDAPFilterOpers
extends java.lang.Object
| Constructor and Description |
|---|
JDAPFilterOpers() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
convertLDAPv2Escape(java.lang.String filter)
Preprocess the LDAPv2 RFC1960 style filter escape sequences (precede
a character with a a backslash) and convert them into the
LDAPv3 style RFC2254 escape sequences (encode a character as a backslash
followed by the two hex digits representing the character ASCII value).
|
public static java.lang.String convertLDAPv2Escape(java.lang.String filter)