Uses of Class
org.opends.server.api.plugin.PluginResult.PostResponse
-
Packages that use PluginResult.PostResponse Package Description org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.crypto 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
Methods in org.opends.server.api.plugin that return PluginResult.PostResponse Modifier and Type Method Description 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. skipFurtherPluginProcesssing()
Defines a skip further plugin processing post response plugin result. -
Uses of PluginResult.PostResponse in org.opends.server.core
Methods in org.opends.server.core that return PluginResult.PostResponse Modifier and Type Method Description PluginResult.PostResponse
AuthenticatedUsers. doPostResponse(PostResponseDeleteOperation op)
PluginResult.PostResponse
AuthenticatedUsers. doPostResponse(PostResponseModifyDNOperation op)
PluginResult.PostResponse
AuthenticatedUsers. doPostResponse(PostResponseModifyOperation op)
PluginResult.PostResponse
PluginConfigManager. invokePostResponseAddPlugins(PostResponseAddOperation addOperation)
Invokes the set of post-response add plugins that have been configured in the Directory Server.PluginResult.PostResponse
PluginConfigManager. invokePostResponseBindPlugins(PostResponseBindOperation bindOperation)
Invokes the set of post-response bind plugins that have been configured in the Directory Server.PluginResult.PostResponse
PluginConfigManager. invokePostResponseComparePlugins(PostResponseCompareOperation compareOperation)
Invokes the set of post-response compare plugins that have been configured in the Directory Server.PluginResult.PostResponse
PluginConfigManager. invokePostResponseDeletePlugins(PostResponseDeleteOperation deleteOperation)
Invokes the set of post-response delete plugins that have been configured in the Directory Server.PluginResult.PostResponse
PluginConfigManager. invokePostResponseExtendedPlugins(PostResponseExtendedOperation extendedOperation)
Invokes the set of post-response extended plugins that have been configured in the Directory Server.PluginResult.PostResponse
PluginConfigManager. invokePostResponseModifyDNPlugins(PostResponseModifyDNOperation modifyDNOperation)
Invokes the set of post-response modify DN plugins that have been configured in the Directory Server.PluginResult.PostResponse
PluginConfigManager. invokePostResponseModifyPlugins(PostResponseModifyOperation modifyOperation)
Invokes the set of post-response modify plugins that have been configured in the Directory Server.PluginResult.PostResponse
PluginConfigManager. invokePostResponseSearchPlugins(PostResponseSearchOperation searchOperation)
Invokes the set of post-response search plugins that have been configured in the Directory Server. -
Uses of PluginResult.PostResponse in org.opends.server.crypto
Methods in org.opends.server.crypto that return PluginResult.PostResponse Modifier and Type Method Description PluginResult.PostResponse
CryptoManagerSync. doPostResponse(PostResponseAddOperation op)
PluginResult.PostResponse
CryptoManagerSync. doPostResponse(PostResponseModifyOperation op)
-