static PluginResult.PostResponse |
PluginResult.PostResponse.continueOperationProcessing() |
Defines a continue processing post response plugin result.
|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseAddOperation addOperation) |
Performs any necessary processing that should be done after the Directory Server has completed all processing for
an add operation and has sent the response to the client.
|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseBindOperation bindOperation) |
Performs any necessary processing that should be done after the Directory Server has completed all processing for
a bind operation and has sent the response to the client.
|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseCompareOperation compareOperation) |
Performs any necessary processing that should be done after the Directory Server has completed all processing for
a compare operation and has sent the response to the client.
|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseDeleteOperation deleteOperation) |
Performs any necessary processing that should be done after the Directory Server has completed all processing for
a delete operation and has sent the response to the client.
|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseExtendedOperation extendedOperation) |
Performs any necessary processing that should be done after the Directory Server has completed all processing for
an extended operation and has sent the response to the client.
|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseModifyDNOperation modifyDNOperation) |
Performs any necessary processing that should be done after the Directory Server has completed all processing for
a modify DN operation and has sent the response to the client.
|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseModifyOperation modifyOperation) |
Performs any necessary processing that should be done after the Directory Server has completed all processing for
a modify operation and has sent the response to the client.
|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseSearchOperation searchOperation) |
Performs any necessary processing that should be done after the Directory Server has completed all processing for
a search operation and has sent the response to the client.
|
static PluginResult.PostResponse |
PluginResult.PostResponse.skipFurtherPluginProcessing() |
Defines a skip further plugin processing post response plugin result.
|