| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExtendedOperationHandler> |
LdapServer.getExtendedOperationHandlers()
Gets the
ExtendedOperationHandlers. |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapServer.addExtendedOperationHandler(ExtendedOperationHandler eoh)
Registers the specified
ExtendedOperationHandler to this
protocol provider to provide a specific LDAP extended operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapServer.setExtendedOperationHandlers(Collection<ExtendedOperationHandler> handlers)
Sets the
ExtendedOperationHandlers. |
| Modifier and Type | Class and Description |
|---|---|
class |
CertGenerationRequestHandler
An extended handler for digital certificate generation
|
class |
GracefulShutdownHandler |
class |
PwdModifyHandler
An handler to manage PwdModifyRequest.
|
class |
StartTlsHandler
Handler for the StartTLS extended operation.
|
class |
StoredProcedureExtendedOperationHandler |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.