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 Type
    Method
    Description
    void
    Release any resources held by the callback.
    void
    Processes the given search result.