edu.vt.middleware.ldap.handler
R - type of resultO - type of outputpublic interface ResultHandler<R,O>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<O> |
process(SearchCriteria sc,
java.util.List<? extends R> l)
Process the results from an ldap search.
|
java.util.List<O> |
process(SearchCriteria sc,
javax.naming.NamingEnumeration<? extends R> en)
Process the results from an ldap search.
|
java.util.List<O> |
process(SearchCriteria sc,
javax.naming.NamingEnumeration<? extends R> en,
java.lang.Class<?>[] ignore)
Process the results from an ldap search.
|
java.util.List<O> process(SearchCriteria sc, javax.naming.NamingEnumeration<? extends R> en) throws javax.naming.NamingException
sc - SearchCriteria used to perform the searchen - NamingEnumeration of search resultsList of result objectsjavax.naming.NamingException - if the LDAP returns an errorjava.util.List<O> process(SearchCriteria sc, javax.naming.NamingEnumeration<? extends R> en, java.lang.Class<?>[] ignore) throws javax.naming.NamingException
sc - SearchCriteria used to perform the searchen - NamingEnumeration of search resultsignore - Class[] of exception types to ignore resultsList of result objectsjavax.naming.NamingException - if the LDAP returns an errorjava.util.List<O> process(SearchCriteria sc, java.util.List<? extends R> l) throws javax.naming.NamingException
sc - SearchCriteria used to perform the searchl - List of search resultsList of result objectsjavax.naming.NamingException - if the LDAP returns an errorCopyright © 2014. All Rights Reserved.