Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
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.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
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.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
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 |
---|---|
void |
ReadOnlyConfigFileHandler.exportLDIF(LDIFExportConfig arg0)
Exports the contents of this backend to LDIF.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Backend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
void |
ExportTaskListener.processExportBegin(Backend backend,
LDIFExportConfig config)
Performs any processing that might be necessary just before the
server begins processing on an LDIF export task.
|
void |
ExportTaskListener.processExportEnd(Backend 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 |
MemoryBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
void |
MonitorBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
void |
SchemaBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
BackupBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
void |
NullBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
void |
TrustStoreBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
void |
ChangelogBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
void |
RootDSEBackend.exportLDIF(LDIFExportConfig exportConfig) |
void |
LDIFBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
Constructor and Description |
---|
ExportJob(LDIFExportConfig exportConfig)
Create a new export job.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
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(Backend<?> 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(Backend<?> 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 |
ConfigFileHandler.exportLDIF(LDIFExportConfig exportConfig)
Exports the contents of this backend to LDIF.
|
Modifier and Type | Method and Description |
---|---|
void |
MultimasterReplication.processExportBegin(Backend backend,
LDIFExportConfig config)
Performs any processing that might be necessary just before the
server begins processing on an LDIF export task.
|
void |
MultimasterReplication.processExportEnd(Backend 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 |
---|---|
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-2015 ForgeRock AS. All Rights Reserved.