| 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 |
Provides LDAP message handlers that implement
MessageHandler. |
| org.apache.directory.server.ldap.handlers.extended |
Provides LDAP 'Extended' operations that implement
ExtendedOperationHandler. |
| org.apache.directory.server.ldap.handlers.ssl |
Contains support for SSL with the LDAP protocol (LDAPS).
|
| org.apache.directory.server.ldap.replication.provider |
| Modifier and Type | Method and Description |
|---|---|
LdapServer |
LdapSession.getLdapServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapSession.setLdapServer(LdapServer ldapServer)
Store a reference on the LdapServer intance
|
void |
ExtendedOperationHandler.setLdapServer(LdapServer ldapServer)
Sets the LDAP server for this extendedOperation handler.
|
| Modifier and Type | Field and Description |
|---|---|
protected LdapServer |
LdapResponseHandler.ldapServer
The reference on the Ldap server instance
|
protected LdapServer |
LdapRequestHandler.ldapServer
The reference on the Ldap server instance
|
| Modifier and Type | Method and Description |
|---|---|
LdapServer |
LdapResponseHandler.getLdapServer() |
LdapServer |
LdapRequestHandler.getLdapServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapResponseHandler.setLdapServer(LdapServer ldapServer)
Associates a Ldap server instance to the message handler
|
void |
LdapRequestHandler.setLdapServer(LdapServer ldapServer)
Associates a Ldap server instance to the message handler
|
| Constructor and Description |
|---|
SearchAbandonListener(LdapServer ldapServer,
org.apache.directory.server.core.api.event.DirectoryListener listener) |
SearchAbandonListener(LdapServer ldapServer,
org.apache.directory.server.core.api.filtering.EntryFilteringCursor cursor) |
SearchAbandonListener(LdapServer ldapServer,
org.apache.directory.server.core.api.filtering.EntryFilteringCursor cursor,
org.apache.directory.server.core.api.event.DirectoryListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoredProcedureExtendedOperationHandler.setLdapServer(LdapServer ldapServer)
Sets the LDAP server for this extendedOperation handler.
|
void |
StartTlsHandler.setLdapServer(LdapServer ldapServer) |
void |
PwdModifyHandler.setLdapServer(LdapServer ldapServer)
Sets the LDAP server for this extendedOperation handler.
|
void |
GracefulShutdownHandler.setLdapServer(LdapServer ldapServer) |
void |
CertGenerationRequestHandler.setLdapServer(LdapServer ldapServer)
Sets the LDAP server for this extendedOperation handler.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.mina.core.filterchain.IoFilterChainBuilder |
LdapsInitializer.init(LdapServer server) |
| Modifier and Type | Field and Description |
|---|---|
protected LdapServer |
SyncReplRequestHandler.ldapServer
The reference on the Ldap server instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncReplRequestHandler.start(LdapServer server)
initializes the replication provider
|
void |
ReplicationRequestHandler.start(LdapServer server)
initializes the replication provider
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.