| 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<? extends org.apache.directory.api.ldap.model.message.ExtendedRequest,? extends 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<? extends org.apache.directory.api.ldap.model.message.ExtendedRequest,? extends org.apache.directory.api.ldap.model.message.ExtendedResponse>> |
LdapServer.getExtendedOperationHandlers()
Gets the
ExtendedOperationHandlers. |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapServer.addExtendedOperationHandler(ExtendedOperationHandler<? extends org.apache.directory.api.ldap.model.message.ExtendedRequest,? extends org.apache.directory.api.ldap.model.message.ExtendedResponse> 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<org.apache.directory.api.ldap.model.message.ExtendedRequest,org.apache.directory.api.ldap.model.message.ExtendedResponse>> 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 |
class |
WhoAmIHandler
An handler to manage the WhoAmI extended request operation
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.