| | |
| | | ConfigEntry configEntry) |
| | | throws ConfigException |
| | | { |
| | | |
| | | |
| | | // Make sure that the plugin has been enabled for the appropriate types. |
| | | for (PluginType t : pluginTypes) |
| | | { |
| | |
| | | public final LDIFPluginResult doLDIFImport(LDIFImportConfig importConfig, |
| | | Entry entry) |
| | | { |
| | | |
| | | |
| | | // See if the entry being imported already contains an entryUUID attribute. |
| | | // If so, then leave it alone. |
| | | List<Attribute> uuidList = entry.getAttribute(entryUUIDType); |
| | |
| | | public final PreOperationPluginResult |
| | | doPreOperation(PreOperationAddOperation addOperation) |
| | | { |
| | | |
| | | |
| | | // See if the entry being added already contains an entryUUID attribute. |
| | | // It shouldn't, since it's NO-USER-MODIFICATION, but if it does then leave |
| | | // it alone. |