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.ImportLDIFPluginResult.ImportLDIF. continueEntryProcessing()Defines a continue processing LDIF import plugin result.PluginResult.ImportLDIFDirectoryServerPlugin. 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.ImportLDIFPluginResult.ImportLDIF. skipFurtherPluginProcesssing()Defines a skip further plugin processing LDIF import plugin result.static PluginResult.ImportLDIFPluginResult.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.ImportLDIFPluginConfigManager. 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.ImportLDIFEntityTagPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)PluginResult.ImportLDIFEntryUUIDPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)PluginResult.ImportLDIFPasswordPolicyImportPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)PluginResult.ImportLDIFSevenBitCleanPlugin. 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.ImportLDIFFractionalLDIFImportPlugin. doLDIFImport(LDIFImportConfig importConfig, Entry entry)See class comment for what we achieve here...
-