public class CompareRequestHandler extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.CompareRequest>
CompareRequests.ldapServer| Constructor and Description |
|---|
CompareRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.CompareRequest req)
Handle a Ldap message associated with a session
|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServerpublic void handle(LdapSession session, org.apache.directory.api.ldap.model.message.CompareRequest req)
handle in class LdapRequestHandler<org.apache.directory.api.ldap.model.message.CompareRequest>session - The associated sessionreq - The message we have to handleCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.