|
||||||||||
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 |
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(org.apache.mina.common.IoSession session,
SessionRegistry registry,
org.apache.directory.shared.ldap.message.ExtendedRequest req)
Handles the specified extended operation. |
void |
setLdapProvider(LdapProtocolProvider provider)
Sets the LDAP provider for this extendedOperation handler. |
Method Detail |
---|
java.lang.String getOid()
java.util.Set getExtensionOids()
void handleExtendedOperation(org.apache.mina.common.IoSession session, SessionRegistry registry, org.apache.directory.shared.ldap.message.ExtendedRequest req) throws java.lang.Exception
session
- the MINA session object related with current connectionreq
- the LDAP Extended operation request
java.lang.Exception
- if failed to handle the operationvoid setLdapProvider(LdapProtocolProvider provider)
provider
- the ldap protocol provider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |