public interface ServletSearchExecutor
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes any resources associated with this servlet search executor.
|
void |
initialize(javax.servlet.ServletConfig config)
Prepares this servlet search executor for use.
|
void |
search(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Reads parameters from the request, performs an ldap search, and writes the result to the response.
|
void initialize(javax.servlet.ServletConfig config)
config
- to initialize this object withvoid search(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws LdapException, IOException
request
- servlet request to read search parameters fromresponse
- servlet response to write ldap search result toLdapException
- if an error occurs performing the searchIOException
- if an error occurs writing to the responsevoid close()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.