T
- type of resultpublic class CopyResultHandler<T> extends AbstractResultHandler<T,T>
CopyResultHandler
converts a NamingEnumeration into a List of
ldap results.logger
Constructor and Description |
---|
CopyResultHandler() |
Modifier and Type | Method and Description |
---|---|
protected T |
processResult(SearchCriteria sc,
T r)
Returns the supplied result unaltered.
|
process, process, process
protected T processResult(SearchCriteria sc, T r) throws NamingException
processResult
in class AbstractResultHandler<T,T>
sc
- SearchCriteria
used to retrieve the resultr
- T
to processT
result that was suppliedNamingException
- if the supplied result cannot be readCopyright © 2014. All rights reserved.