Uses of Class
org.opends.server.api.plugin.PluginResult.PostResponse
Package
Description
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
-
Uses of PluginResult.PostResponse in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionstatic PluginResult.PostResponse
PluginResult.PostResponse.continueOperationProcessing()
Defines a continue processing post response plugin result.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.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.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.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.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.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.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.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. -
Uses of PluginResult.PostResponse in org.opends.server.core
Modifier and TypeMethodDescriptionAuthenticatedUsers.doPostResponse
(PostResponseDeleteOperation op) AuthenticatedUsers.doPostResponse
(PostResponseModifyDNOperation op) AuthenticatedUsers.doPostResponse
(PostResponseModifyOperation op) -
Uses of PluginResult.PostResponse in org.opends.server.crypto
Modifier and TypeMethodDescriptionCryptoManagerSync.doPostResponse
(PostResponseAddOperation op) CryptoManagerSync.doPostResponse
(PostResponseModifyOperation op)