static PluginResult.PostOperation |
PluginResult.PostOperation.continueOperationProcessing() |
Defines a continue processing post operation plugin result.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationAbandonOperation abandonOperation) |
Performs any necessary processing that should be done after the Directory Server has completed processing for an
abandon operation.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationAddOperation addOperation) |
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for an add operation but before the response has been sent to the client.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationBindOperation bindOperation) |
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for a bind operation but before the response has been sent to the client.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationCompareOperation compareOperation) |
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for a compare operation but before the response has been sent to the client.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationDeleteOperation deleteOperation) |
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for a delete operation but before the response has been sent to the client.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationExtendedOperation extendedOperation) |
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for an extended operation but before the response has been sent to the client.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationModifyDNOperation modifyDNOperation) |
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for a modify DN operation but before the response has been sent to the client.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationModifyOperation modifyOperation) |
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for a modify operation but before the response has been sent to the client.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationSearchOperation searchOperation) |
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for a search operation but before the response has been sent to the client.
|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationUnbindOperation unbindOperation) |
Performs any necessary processing that should be done after the Directory Server has completed processing for an
unbind operation.
|
static PluginResult.PostOperation |
PluginResult.PostOperation.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage) |
Constructs a new stop processing post operation plugin result.
|
static PluginResult.PostOperation |
PluginResult.PostOperation.stopProcessing(ResultCode resultCode,
LocalizableMessage errorMessage,
Dn matchedDN,
List<String> referralURLs) |
Defines a new stop processing post operation plugin result.
|