This interface allows search operations on JNDI source.
A search operation allows retrieval of one or more nodes from a JNDI/LDAP data source according to some criteria. The method {@link #search(Map,Map)} constructs a list of output Map objects representing attributes of nodes in a data source which match some filter as given by input map parameter.
The env
parameter may be used to further control the query (eg. Limiting number of returned objects, timeout,...)
@author nono
@version $Id: SearchMapper.java 259 2006-05-23 10:34:50Z /C=FR/ST=Nord/L=Lille/O=Norsys SA/OU=UE/CN=Arnaud Bailly/emailAddress=abailly@norsys.fr $
@see
API documentation