| | |
| | | this.config = config; |
| | | this.storage = env; |
| | | this.rootContainer = rootContainer; |
| | | this.databasePrefix = baseDN.toIrreversibleReadableString(); |
| | | this.databasePrefix = baseDN.toNormalizedUrlSafeString(); |
| | | |
| | | config.addPluggableChangeListener(this); |
| | | |
| | |
| | | if (!pluginResult.continueProcessing()) |
| | | { |
| | | LocalizableMessage message = |
| | | ERR_JEB_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN.get(subordinateEntry.getName().toString()); |
| | | ERR_JEB_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN.get(subordinateEntry.getName()); |
| | | throw new DirectoryException(DirectoryServer.getServerErrorResultCode(), message); |
| | | } |
| | | } |