Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.api.plugin |
Defines the Directory Server plugin API.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
abstract LDIFImportResult |
LocalBackend.importLDIF(LDIFImportConfig importConfig,
ServerContext serverContext)
Imports information from an LDIF file into this backend.
|
void |
ImportTaskListener.processImportBegin(LocalBackend<?> backend,
LDIFImportConfig config)
Performs any processing that might be necessary just before the server begins processing on an LDIF import task.
|
void |
ImportTaskListener.processImportEnd(LocalBackend<?> backend,
LDIFImportConfig config,
boolean successful)
Performs any processing that might be necessary after the server has completed processing on an LDIF import task.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.ImportLDIF |
DirectoryServerPlugin.doLDIFImport(LDIFImportConfig importConfig,
Entry entry)
Performs any necessary processing that should be done during an LDIF import operation immediately after reading
an entry and confirming that it should be imported based on the provided configuration.
|
void |
DirectoryServerPlugin.doLDIFImportBegin(LDIFImportConfig importConfig)
Starts an import session.
|
void |
DirectoryServerPlugin.doLDIFImportEnd(LDIFImportConfig importConfig)
Terminates an import session.
|
Modifier and Type | Method and Description |
---|---|
LDIFImportResult |
BackendImpl.importLDIF(LDIFImportConfig importConfig,
ServerContext serverContext) |
Modifier and Type | Method and Description |
---|---|
LDIFImportResult |
TaskBackend.importLDIF(LDIFImportConfig importConfig,
ServerContext sContext) |
Modifier and Type | Method and Description |
---|---|
void |
PluginConfigManager.invokeLDIFImportBeginPlugins(LDIFImportConfig importConfig)
Invokes the LDIF import session initialization of LDIF import plugins that have been configured in the Directory
Server.
|
void |
PluginConfigManager.invokeLDIFImportEndPlugins(LDIFImportConfig importConfig)
Invokes the LDIF import session finalization of LDIF import plugins that have been configured in the Directory
Server.
|
PluginResult.ImportLDIF |
PluginConfigManager.invokeLDIFImportPlugins(LDIFImportConfig importConfig,
Entry entry)
Invokes the set of LDIF import plugins that have been configured in the Directory Server.
|
static void |
DirectoryServer.notifyImportBeginning(LocalBackend<?> backend,
LDIFImportConfig config)
Notifies the registered LDIF import task listeners that the server will be beginning an import task with the
provided information.
|
static void |
DirectoryServer.notifyImportEnded(LocalBackend<?> backend,
LDIFImportConfig config,
boolean successful)
Notifies the registered LDIF import task listeners that the server has completed processing on an import task
with the provided information.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.ImportLDIF |
SevenBitCleanPlugin.doLDIFImport(LDIFImportConfig importConfig,
Entry entry) |
PluginResult.ImportLDIF |
PasswordPolicyImportPlugin.doLDIFImport(LDIFImportConfig importConfig,
Entry entry) |
PluginResult.ImportLDIF |
EntryUUIDPlugin.doLDIFImport(LDIFImportConfig importConfig,
Entry entry) |
void |
PasswordPolicyImportPlugin.processImportBegin(LocalBackend<?> backend,
LDIFImportConfig config) |
void |
PasswordPolicyImportPlugin.processImportEnd(LocalBackend<?> backend,
LDIFImportConfig config,
boolean successful) |
Modifier and Type | Method and Description |
---|---|
PluginResult.ImportLDIF |
FractionalLDIFImportPlugin.doLDIFImport(LDIFImportConfig importConfig,
Entry entry)
See class comment for what we achieve here...
|
void |
FractionalLDIFImportPlugin.doLDIFImportEnd(LDIFImportConfig importConfig)
Terminates an import session.
|
void |
MultimasterReplication.processImportBegin(LocalBackend<?> backend,
LDIFImportConfig config) |
void |
MultimasterReplication.processImportEnd(LocalBackend<?> backend,
LDIFImportConfig config,
boolean successful) |
Modifier and Type | Field and Description |
---|---|
protected LDIFImportConfig |
LDIFReader.importConfig
The import configuration that specifies what should be imported.
|
Constructor and Description |
---|
LDIFReader(LDIFImportConfig importConfig)
Creates a new LDIF reader that will read information from the specified file.
|
Copyright 2010-2020 ForgeRock AS.