|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedOperationHandler<R extends org.apache.directory.shared.ldap.model.message.ExtendedRequest<P>,P extends org.apache.directory.shared.ldap.model.message.ExtendedResponse>
An extension (hook) point that enables an implementor to provide his or her own LDAP 'Extended' operation.
| Method Summary | |
|---|---|
Set<String> |
getExtensionOids()
The OIDs of the extensions supported by this handler. |
String |
getOid()
Returns the EXTENSION_OID of the extended request this handler can handle. |
void |
handleExtendedOperation(LdapSession session,
R req)
Handles the specified extended operation. |
void |
setLdapServer(LdapServer ldapServer)
Sets the LDAP server for this extendedOperation handler. |
| Method Detail |
|---|
String getOid()
Set<String> getExtensionOids()
void handleExtendedOperation(LdapSession session,
R req)
throws Exception
session - the session object related with current connectionreq - the LDAP Extended operation request
Exception - if failed to handle the operationvoid setLdapServer(LdapServer ldapServer)
ldapServer - the ldap protocol server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||