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.config |
Contains code used to interact with the Directory Server configuration.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
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.tools.makeldif |
This package provides classes for a tool which may be used to generate LDIF content based on user-defined templates.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
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 void |
LocalBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
void |
ExportTaskListener.processExportBegin(LocalBackend<?> backend,
LDIFExportConfig config)
Performs any processing that might be necessary just before the server begins processing on an LDIF export task.
|
void |
ExportTaskListener.processExportEnd(LocalBackend<?> backend,
LDIFExportConfig config,
boolean successful)
Performs any processing that might be necessary after the server has completed processing on an LDIF export task.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.ImportLDIF |
DirectoryServerPlugin.doLDIFExport(LDIFExportConfig exportConfig,
Entry entry)
Performs any necessary processing that should be done during an LDIF export operation immediately after
determining that the provided entry should be included in the export.
|
Modifier and Type | Method and Description |
---|---|
void |
LDIFBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
MemoryBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
RootDSEBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
ChangelogBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
BackupBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
SchemaBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
TrustStoreBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
MonitorBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
ConfigurationBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
NullBackend.exportLDIF(LDIFExportConfig exportConfig) |
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.exportLDIF(LDIFExportConfig exportConfig) |
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.exportLDIF(LDIFExportConfig exportConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationHandler.writeLDIF(LDIFExportConfig exportConfig)
Writes the current configuration to LDIF with the provided export configuration.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.ImportLDIF |
PluginConfigManager.invokeLDIFExportPlugins(LDIFExportConfig exportConfig,
Entry entry)
Invokes the set of LDIF export plugins that have been configured in the Directory Server.
|
static void |
DirectoryServer.notifyExportBeginning(LocalBackend<?> backend,
LDIFExportConfig config)
Notifies the registered LDIF export task listeners that the server will be beginning an export task with the
provided information.
|
static void |
DirectoryServer.notifyExportEnded(LocalBackend<?> backend,
LDIFExportConfig config,
boolean successful)
Notifies the registered LDIF export task listeners that the server has completed processing on an export task
with the provided information.
|
Modifier and Type | Method and Description |
---|---|
void |
MultimasterReplication.processExportBegin(LocalBackend<?> backend,
LDIFExportConfig config) |
void |
MultimasterReplication.processExportEnd(LocalBackend<?> backend,
LDIFExportConfig config,
boolean successful) |
Modifier and Type | Method and Description |
---|---|
boolean |
TemplateEntry.toLDIF(LDIFExportConfig exportConfig)
Writes this entry in LDIF form.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Entry.toLDIF(LDIFExportConfig exportConfig)
Writes this entry in LDIF form according to the provided configuration.
|
Constructor and Description |
---|
LDIFWriter(LDIFExportConfig exportConfig)
Creates a new LDIF writer with the provided configuration.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.