Package | Description |
---|---|
org.apache.directory.server.configuration | |
org.apache.directory.server.core.integ | |
org.apache.directory.server.factory | |
org.apache.directory.server.integ | |
org.apache.directory.server.ldap |
Contains the entry point for the LDAP protocol provider and the
session registry.
|
org.apache.directory.server.ldap.gui |
Provides a diagnostic UI for the LDAP protocol provider.
|
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 . |
Modifier and Type | Method and Description |
---|---|
LdapServer |
ApacheDS.getLdapServer() |
Constructor and Description |
---|
ApacheDS(LdapServer ldapServer)
Creates a new instance of the ApacheDS server
|
Modifier and Type | Field and Description |
---|---|
static LdapServer |
AbstractLdapTestUnit.ldapServer
The used LdapServer instance
|
Modifier and Type | Method and Description |
---|---|
LdapServer |
FrameworkSuite.getLdapServer() |
Modifier and Type | Method and Description |
---|---|
static org.apache.directory.ldap.client.api.LdapConnection |
IntegrationUtils.getAdminConnection(LdapServer ldapServer)
gets a LdapConnection bound using the default admin DN uid=admin,ou=system and password "secret"
|
static org.apache.directory.ldap.client.api.LdapConnection |
IntegrationUtils.getConnectionAs(LdapServer ldapServer,
org.apache.directory.shared.ldap.name.DN dn,
String password) |
static org.apache.directory.ldap.client.api.LdapConnection |
IntegrationUtils.getConnectionAs(LdapServer ldapServer,
String dn,
String password) |
Modifier and Type | Method and Description |
---|---|
LdapServer |
LdapServerFactory.getLdapServer() |
static LdapServer |
ServerAnnotationProcessor.getLdapServer(org.junit.runner.Description description,
DirectoryService directoryService,
int startPort) |
static LdapServer |
ServerAnnotationProcessor.getLdapServer(DirectoryService directoryService,
int startPort) |
Modifier and Type | Method and Description |
---|---|
static org.apache.directory.ldap.client.api.LdapConnection |
ServerIntegrationUtils.getClientApiConnection(LdapServer ldapServer) |
static netscape.ldap.LDAPConnection |
ServerIntegrationUtils.getWiredConnection(LdapServer ldapServer) |
static netscape.ldap.LDAPConnection |
ServerIntegrationUtils.getWiredConnection(LdapServer ldapServer,
String principalDn,
String password) |
static LdapContext |
ServerIntegrationUtils.getWiredContext(LdapServer ldapServer)
Creates a JNDI LdapContext with a connection over the wire using the
SUN LDAP provider.
|
static LdapContext |
ServerIntegrationUtils.getWiredContext(LdapServer ldapServer,
org.apache.directory.shared.ldap.message.control.Control[] controls)
Creates a JNDI LdapContext with a connection over the wire using the
SUN LDAP provider.
|
static LdapContext |
ServerIntegrationUtils.getWiredContext(LdapServer ldapServer,
String principalDn,
String password)
Creates a JNDI LdapContext with a connection over the wire using the
SUN LDAP provider.
|
static LdapContext |
ServerIntegrationUtils.getWiredContextFollowOnRefferal(LdapServer ldapServer)
Creates a JNDI LdapContext with a connection over the wire using the
SUN LDAP provider.
|
static LdapContext |
ServerIntegrationUtils.getWiredContextRefferalIgnore(LdapServer ldapServer)
Creates a JNDI LdapContext with a connection over the wire using the
SUN LDAP provider.
|
static LdapContext |
ServerIntegrationUtils.getWiredContextThrowOnRefferal(LdapServer ldapServer)
Creates a JNDI LdapContext with a connection over the wire using the
SUN LDAP 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.
|
Constructor and Description |
---|
OutstandingRequestsDialog(JFrame owner,
LdapSession session,
LdapServer ldapServer)
This is the default constructor
|
SessionsFrame(LdapServer ldapServer)
This is the default constructor
|
Modifier and Type | Field and Description |
---|---|
protected LdapServer |
LdapRequestHandler.ldapServer
The reference on the Ldap server instance
|
Modifier and Type | Method and Description |
---|---|
LdapServer |
LdapRequestHandler.getLdapServer() |
Modifier and Type | Method and Description |
---|---|
void |
LdapRequestHandler.setLdapServer(LdapServer ldapServer)
Associates a Ldap server instance to the message handler
|
Constructor and Description |
---|
SearchAbandonListener(LdapServer ldapServer,
DirectoryListener listener) |
SearchAbandonListener(LdapServer ldapServer,
EntryFilteringCursor cursor) |
SearchAbandonListener(LdapServer ldapServer,
EntryFilteringCursor cursor,
DirectoryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
CertGenerationRequestHandler.setLdapServer(LdapServer ldapServer) |
void |
LaunchDiagnosticUiHandler.setLdapServer(LdapServer ldapServer) |
void |
StoredProcedureExtendedOperationHandler.setLdapServer(LdapServer ldapServer) |
void |
StartTlsHandler.setLdapServer(LdapServer ldapServer) |
void |
GracefulShutdownHandler.setLdapServer(LdapServer ldapServer) |
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.