Uses of Interface
org.apache.directory.server.ldap.ExtendedOperationHandler

Packages that use ExtendedOperationHandler
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
org.apache.directory.server.ldap.handlers.extended Provides LDAP 'Extended' operations that implement ExtendedOperationHandler
 

Uses of ExtendedOperationHandler in org.apache.directory.server.ldap
 

Methods in org.apache.directory.server.ldap that return ExtendedOperationHandler
 ExtendedOperationHandler LdapService.getExtendedOperationHandler(java.lang.String oid)
          Returns an ExtendedOperationHandler with the specified oid which is registered to this protocol provider.
 

Methods in org.apache.directory.server.ldap that return types with arguments of type ExtendedOperationHandler
 java.util.Collection<ExtendedOperationHandler> LdapService.getExtendedOperationHandlers()
          Gets the ExtendedOperationHandlers.
 

Methods in org.apache.directory.server.ldap with parameters of type ExtendedOperationHandler
 void LdapService.addExtendedOperationHandler(ExtendedOperationHandler eoh)
          Registeres the specified ExtendedOperationHandler to this protocol provider to provide a specific LDAP extended operation.
 

Method parameters in org.apache.directory.server.ldap with type arguments of type ExtendedOperationHandler
 void LdapService.setExtendedOperationHandlers(java.util.Collection<ExtendedOperationHandler> handlers)
          Sets the ExtendedOperationHandlers.
 

Uses of ExtendedOperationHandler in org.apache.directory.server.ldap.handlers.extended
 

Classes in org.apache.directory.server.ldap.handlers.extended that implement ExtendedOperationHandler
 class GracefulShutdownHandler
           
 class LaunchDiagnosticUiHandler
           
 class StartTlsHandler
          Handler for the StartTLS extended operation.
 class StoredProcedureExtendedOperationHandler
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.