Uses of Record Class
org.opends.server.api.plugin.PluginResult.ImportLDIF
Package
Description
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
Contains the implementation for various Directory Server plugins.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of PluginResult.ImportLDIF in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionstatic PluginResult.ImportLDIF
PluginResult.ImportLDIF.continueEntryProcessing()
Defines a continue processing LDIF import plugin result.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.static PluginResult.ImportLDIF
PluginResult.ImportLDIF.skipFurtherPluginProcessing()
Defines a skip further plugin processing LDIF import plugin result.static PluginResult.ImportLDIF
PluginResult.ImportLDIF.stopEntryProcessing
(LocalizableMessage errorMessage) Defines a new stop processing LDIF import plugin result. -
Uses of PluginResult.ImportLDIF in org.opends.server.core
Modifier and TypeMethodDescriptionPluginConfigManager.invokeLDIFImportPlugins
(LDIFImportConfig importConfig, Entry entry) Invokes the set of LDIF import plugins that have been configured in the Directory Server. -
Uses of PluginResult.ImportLDIF in org.opends.server.plugins
Modifier and TypeMethodDescriptionEntityTagPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) EntryUUIDPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) PasswordPolicyImportPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) SevenBitCleanPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) -
Uses of PluginResult.ImportLDIF in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionFractionalLDIFImportPlugin.doLDIFImport
(LDIFImportConfig importConfig, Entry entry) See class comment for what we achieve here...