|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface LDAPUserRegistry.SearchCallback
An interface for callbacks passed to the
LDAPUserRegistry.processQuery(SearchCallback, String, String, String[])
method.
Method Summary | |
---|---|
void |
close()
Release any resources held by the callback. |
void |
process(javax.naming.directory.SearchResult result)
Processes the given search result. |
Method Detail |
---|
void process(javax.naming.directory.SearchResult result) throws javax.naming.NamingException, java.text.ParseException
result
- the result
javax.naming.NamingException
- on naming exceptions
java.text.ParseException
- on parse exceptionsvoid close() throws javax.naming.NamingException
javax.naming.NamingException
- the naming exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |