Q
- type of ldap requestS
- type of ldap responsepublic interface Handler<Q extends Request,S>
Modifier and Type | Method and Description |
---|---|
HandlerResult<S> |
handle(Connection conn,
Q request,
S result)
Handle the supplied result.
|
HandlerResult<S> handle(Connection conn, Q request, S result) throws LdapException
conn
- connection the operation was executed onrequest
- executed by the operationresult
- produced from the operationLdapException
- if handling failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.