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