public class ExtendedHandler extends LdapRequestHandler<org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest>
InternalExtendedRequests.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, setLdapServerpublic void handle(LdapSession session, org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest req) throws Exception
LdapRequestHandlerhandle 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-2012 Apache Software Foundation. All Rights Reserved.