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, wait
close
public void process(SearchResult result) throws NamingException, ParseException
LDAPUserRegistry.SearchCallback
process
in interface LDAPUserRegistry.SearchCallback
result
- the resultNamingException
- on naming exceptionsParseException
- on parse exceptionsprotected abstract void doProcess(SearchResult result) throws NamingException, ParseException
NamingException
ParseException
Copyright © 2005–2017 Alfresco Software. All rights reserved.