|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
R - type of resultO - type of outputpublic interface ResultHandler<R,O>
ResultHandler provides post search processing of ldap results.
| Method Summary | |
|---|---|
List<O> |
process(SearchCriteria sc,
List<? extends R> l)
Process the results from an ldap search. |
List<O> |
process(SearchCriteria sc,
NamingEnumeration<? extends R> en)
Process the results from an ldap search. |
List<O> |
process(SearchCriteria sc,
NamingEnumeration<? extends R> en,
Class<?>[] ignore)
Process the results from an ldap search. |
| Method Detail |
|---|
List<O> process(SearchCriteria sc,
NamingEnumeration<? extends R> en)
throws NamingException
sc - SearchCriteria used to perform the searchen - NamingEnumeration of search results
List of result objects
NamingException - if the LDAP returns an error
List<O> process(SearchCriteria sc,
NamingEnumeration<? extends R> en,
Class<?>[] ignore)
throws NamingException
sc - SearchCriteria used to perform the searchen - NamingEnumeration of search resultsignore - Class[] of exception types to ignore results
List of result objects
NamingException - if the LDAP returns an error
List<O> process(SearchCriteria sc,
List<? extends R> l)
throws NamingException
sc - SearchCriteria used to perform the searchl - List of search results
List of result objects
NamingException - if the LDAP returns an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||