public class ExtendedHandler extends LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest>
InternalExtendedRequest
s.ldapServer
Constructor and Description |
---|
ExtendedHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(LdapSession session,
org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest req)
Handle a Ldap message associated with a session
|
getLdapServer, handleException, handleMessage, isConfidentialityRequirementSatisfied, rejectWithoutConfidentiality, setLdapServer
public void handle(LdapSession session, org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest req) throws Exception
LdapRequestHandler
handle
in class LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest>
session
- The associated sessionreq
- The message we have to handleException
- If there is an error during the processing of this messageCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.