|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<org.apache.directory.api.ldap.model.message.ExtendedRequest<org.apache.directory.api.ldap.model.message.ExtendedResponse>,org.apache.directory.api.ldap.model.message.ExtendedResponse> |
LdapServer.getExtendedOperationHandler(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 | |
|---|---|
Collection<ExtendedOperationHandler> |
LdapServer.getExtendedOperationHandlers()
Gets the ExtendedOperationHandlers. |
| Methods in org.apache.directory.server.ldap with parameters of type ExtendedOperationHandler | |
|---|---|
void |
LdapServer.addExtendedOperationHandler(ExtendedOperationHandler eoh)
Registers 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 |
LdapServer.setExtendedOperationHandlers(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 |
CertGenerationRequestHandler
An extended handler for digital certificate generation |
class |
GracefulShutdownHandler
|
class |
StartTlsHandler
Handler for the StartTLS extended operation. |
class |
StoredProcedureExtendedOperationHandler
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||