public abstract class RequestBuilder extends Object
| Constructor and Description |
|---|
RequestBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
escapeSpecialChars(String str,
Field field)
The LDAP filter specification assigns special meaning to the several characters:
http://social.technet.microsoft.com/wiki/contents/articles/5312.active-directory-characters-to-escape.aspx
|
protected String |
translateField(FieldInfo field) |
abstract void |
translateFilter() |
protected static String escapeSpecialChars(String str, Field field)
public abstract void translateFilter()
Copyright © 2020. All rights reserved.