public interface ExecutableSearchFilter extends ExecutableSearch
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
execute(SearchExecutor executor,
ConnectionFactory factory)
Performs an LDAP search and returns the results.
|
SearchFilter |
getSearchFilter()
Returns the search filter associated with this executable search filter.
|
getResultCacheKey@Nonnull SearchResult execute(@Nonnull SearchExecutor executor, @Nonnull ConnectionFactory factory) throws LdapException
executor - configured to perform searchesfactory - ready-to-use connection factoryLdapException - thrown if there is an error performing the search@Nonnull SearchFilter getSearchFilter()
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.