public class ModifyRequestHandler extends LdapRequestHandler<org.apache.directory.api.ldap.model.message.ModifyRequest>
ModifyRequests.ldapServer| Constructor and Description |
|---|
ModifyRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.ModifyRequest 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.ModifyRequest req)
handle in class LdapRequestHandler<org.apache.directory.api.ldap.model.message.ModifyRequest>session - The associated sessionreq - The message we have to handleCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.