| | |
| | | |
| | | logModifyDNRequest(this); |
| | | logModifyDNResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyDNPlugins(this); |
| | | return; |
| | | } |
| | | else if (preParseResult.sendResponseImmediately()) |
| | |
| | | logModifyDNRequest(this); |
| | | break modifyDNProcessing; |
| | | } |
| | | else if (preParseResult.skipCoreProcessing()) |
| | | { |
| | | skipPostOperation = false; |
| | | break modifyDNProcessing; |
| | | } |
| | | |
| | | |
| | | // Log the modify DN request message. |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyDNResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyDNPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyDNResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyDNPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyDNResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyDNPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyDNResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyDNPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyDNResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyDNPlugins(this); |
| | | return; |
| | | } |
| | | else if (preOpResult.sendResponseImmediately()) |
| | |
| | | skipPostOperation = true; |
| | | break modifyDNProcessing; |
| | | } |
| | | else if (preOpResult.skipCoreProcessing()) |
| | | { |
| | | skipPostOperation = false; |
| | | break modifyDNProcessing; |
| | | } |
| | | } |
| | | |
| | | |
| | |
| | | indicateCancelled(cancelRequest); |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyDNResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyDNPlugins(this); |
| | | return; |
| | | } |
| | | |
| | |
| | | |
| | | processingStopTime = System.currentTimeMillis(); |
| | | logModifyDNResponse(this); |
| | | pluginConfigManager.invokePostResponseModifyDNPlugins(this); |
| | | return; |
| | | } |
| | | } |