Interface LDAPUserRegistry.SearchCallback
- All Known Implementing Classes:
LDAPUserRegistry.AbstractSearchCallback
- Enclosing class:
- LDAPUserRegistry
protected static interface LDAPUserRegistry.SearchCallback
An interface for callbacks passed to the
LDAPUserRegistry.processQuery(SearchCallback, String, String, String[]) method.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Release any resources held by the callback.voidprocess(SearchResult result) Processes the given search result.
-
Method Details
-
process
Processes the given search result.- Parameters:
result- the result- Throws:
NamingException- on naming exceptionsParseException- on parse exceptions
-
close
Release any resources held by the callback.- Throws:
NamingException- the naming exception
-