Uses of Class
org.opends.server.types.LDIFImportConfig
-
Packages that use LDIFImportConfig 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. -
-
Uses of LDIFImportConfig in org.opends.server.api
Methods in org.opends.server.api with parameters of type LDIFImportConfig Modifier and Type Method Description 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. -
Uses of LDIFImportConfig in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type LDIFImportConfig Modifier and Type Method 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. -
Uses of LDIFImportConfig in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type LDIFImportConfig Modifier and Type Method Description LDIFImportResult
ConfigurationBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
LDIFBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
MemoryBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
NullBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
RootDSEBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
LDIFImportResult
SchemaBackend. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
-
Uses of LDIFImportConfig in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable with parameters of type LDIFImportConfig Modifier and Type Method Description LDIFImportResult
BackendImpl. importLDIF(LDIFImportConfig importConfig, ServerContext serverContext)
-
Uses of LDIFImportConfig in org.opends.server.backends.task
Methods in org.opends.server.backends.task with parameters of type LDIFImportConfig Modifier and Type Method Description LDIFImportResult
TaskBackend. importLDIF(LDIFImportConfig importConfig, ServerContext sContext)
-
Uses of LDIFImportConfig in org.opends.server.core
Methods in org.opends.server.core with parameters of type LDIFImportConfig Modifier and Type Method 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.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.void
ServerContext. 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.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.void
ServerContext. 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. -
Uses of LDIFImportConfig in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type LDIFImportConfig Modifier and Type Method Description PluginResult.ImportLDIF
EntryUUIDPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
PluginResult.ImportLDIF
PasswordPolicyImportPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
PluginResult.ImportLDIF
SevenBitCleanPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
void
PasswordPolicyImportPlugin. processImportBegin(LocalBackend<?> backend, LDIFImportConfig config)
void
PasswordPolicyImportPlugin. processImportEnd(LocalBackend<?> backend, LDIFImportConfig config, boolean successful)
-
Uses of LDIFImportConfig in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type LDIFImportConfig Modifier and Type Method Description PluginResult.ImportLDIF
FractionalLDIFImportPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
See class comment for what we achieve here...void
FractionalLDIFImportPlugin. doLDIFImportEnd(LDIFImportConfig importConfig)
void
MultimasterReplication. processImportBegin(LocalBackend<?> backend, LDIFImportConfig config)
void
MultimasterReplication. processImportEnd(LocalBackend<?> backend, LDIFImportConfig config, boolean successful)
-
Uses of LDIFImportConfig in org.opends.server.util
Fields in org.opends.server.util declared as LDIFImportConfig Modifier and Type Field Description protected LDIFImportConfig
LDIFReader. importConfig
The import configuration that specifies what should be imported.Constructors in org.opends.server.util with parameters of type LDIFImportConfig Constructor Description LDIFReader(LDIFImportConfig importConfig, ServerContext serverContext)
Creates a new LDIF reader that will read information from the specified file.
-