class LdapSearchExecutor extends Object implements org.springframework.ldap.core.SearchExecutor
| Modifier and Type | Field and Description |
|---|---|
String |
base |
SearchControls |
controls |
String |
filter |
| Constructor and Description |
|---|
LdapSearchExecutor(String base,
String filter,
SearchControls controls) |
| Modifier and Type | Method and Description |
|---|---|
NamingEnumeration |
executeSearch(DirContext ctx) |
public String base
public String filter
public SearchControls controls
public LdapSearchExecutor(String base, String filter, SearchControls controls)
public NamingEnumeration executeSearch(DirContext ctx) throws NamingException
executeSearch in interface org.springframework.ldap.core.SearchExecutorNamingExceptionCopyright © 2019. All rights reserved.