Uses of Interface
org.opends.server.types.operation.PostResponseModifyOperation
-
Packages that use PostResponseModifyOperation 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 PostResponseModifyOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PostResponseModifyOperation Modifier and Type Method Description 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. -
Uses of PostResponseModifyOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostResponseModifyOperation Modifier and Type Class Description class
ModifyOperation
This class defines an operation that may be used to modify an entry in the Directory Server.Methods in org.opends.server.core with parameters of type PostResponseModifyOperation Modifier and Type Method Description PluginResult.PostResponse
AuthenticatedUsers. doPostResponse(PostResponseModifyOperation op)
PluginResult.PostResponse
PluginConfigManager. invokePostResponseModifyPlugins(PostResponseModifyOperation modifyOperation)
Invokes the set of post-response modify plugins that have been configured in the Directory Server. -
Uses of PostResponseModifyOperation in org.opends.server.crypto
Methods in org.opends.server.crypto with parameters of type PostResponseModifyOperation Modifier and Type Method Description PluginResult.PostResponse
CryptoManagerSync. doPostResponse(PostResponseModifyOperation op)
-