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