protected abstract static class LDAPUserRegistry.AbstractSearchCallback extends Object implements LDAPUserRegistry.SearchCallback
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSearchCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doProcess(SearchResult result) |
void |
process(SearchResult result)
Processes the given search result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic void process(SearchResult result) throws NamingException, ParseException
LDAPUserRegistry.SearchCallbackprocess in interface LDAPUserRegistry.SearchCallbackresult - the resultNamingException - on naming exceptionsParseException - on parse exceptionsprotected abstract void doProcess(SearchResult result) throws NamingException, ParseException
NamingExceptionParseExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.