|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
public class StoredProcedureExtendedOperationHandler
Constructor Summary | |
---|---|
StoredProcedureExtendedOperationHandler()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoredProcedureExtendedOperationHandler()
Method Detail |
---|
public void handleExtendedOperation(LdapSession session, org.apache.directory.shared.ldap.message.ExtendedRequest req) throws java.lang.Exception
ExtendedOperationHandler
handleExtendedOperation
in interface ExtendedOperationHandler
session
- the session object related with current connectionreq
- the LDAP Extended operation request
java.lang.Exception
- if failed to handle the operationpublic java.lang.String getOid()
ExtendedOperationHandler
getOid
in interface ExtendedOperationHandler
public java.util.Set<java.lang.String> getExtensionOids()
ExtendedOperationHandler
getExtensionOids
in interface ExtendedOperationHandler
public void setLdapServer(LdapService ldapService)
ExtendedOperationHandler
setLdapServer
in interface ExtendedOperationHandler
ldapService
- the ldap protocol server
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |