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 |
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
ExtendedOperationHandler s. |
Modifier and Type | Method and Description |
---|---|
void |
LdapServer.addExtendedOperationHandler(ExtendedOperationHandler eoh)
Registeres 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
ExtendedOperationHandler s. |
Modifier and Type | Class and Description |
---|---|
class |
CertGenerationRequestHandler
An extended handler for digital certificate generation
|
class |
GracefulShutdownHandler |
class |
LaunchDiagnosticUiHandler |
class |
StartTlsHandler
Handler for the StartTLS extended operation.
|
class |
StoredProcedureExtendedOperationHandler |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.