public class IQueryToLdapSearchParser extends Object
| Constructor and Description |
|---|
IQueryToLdapSearchParser(LDAPExecutionFactory factory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPSearchDetails |
buildRequest(String query) |
LDAPSearchDetails |
translateSQLQueryToLDAPSearch(Select query)
Public entry point to the parser.
|
public IQueryToLdapSearchParser(LDAPExecutionFactory factory)
public LDAPSearchDetails translateSQLQueryToLDAPSearch(Select query) throws TranslatorException
query - the queryTranslatorExceptionpublic LDAPSearchDetails buildRequest(String query) throws TranslatorException
TranslatorExceptionCopyright © 2019. All rights reserved.