Uses of Class
org.opends.server.api.plugin.PluginResult.ImportLDIF
-
Packages that use PluginResult.ImportLDIF Package Description org.opends.server.api.plugin Defines the Directory Server plugin API.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. -
-
Uses of PluginResult.ImportLDIF in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin that return PluginResult.ImportLDIF Modifier and Type Method Description static PluginResult.ImportLDIF
PluginResult.ImportLDIF. continueEntryProcessing()
Defines a continue processing LDIF import plugin result.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.static PluginResult.ImportLDIF
PluginResult.ImportLDIF. skipFurtherPluginProcesssing()
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
Methods in org.opends.server.core that return PluginResult.ImportLDIF Modifier and Type Method Description PluginResult.ImportLDIF
PluginConfigManager. 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
Methods in org.opends.server.plugins that return PluginResult.ImportLDIF Modifier and Type Method Description PluginResult.ImportLDIF
EntityTagPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
PluginResult.ImportLDIF
EntryUUIDPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
PluginResult.ImportLDIF
PasswordPolicyImportPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
PluginResult.ImportLDIF
SevenBitCleanPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
-
Uses of PluginResult.ImportLDIF in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return PluginResult.ImportLDIF Modifier and Type Method Description PluginResult.ImportLDIF
FractionalLDIFImportPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)
See class comment for what we achieve here...
-