Uses of Interface
org.opends.server.types.operation.PostOperationCompareOperation
-
Packages that use PostOperationCompareOperation 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 PostOperationCompareOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PostOperationCompareOperation Modifier and Type Method Description PluginResult.PostOperation
DirectoryServerPlugin. doPostOperation(PostOperationCompareOperation compareOperation)
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a compare operation but before the response has been sent to the client. -
Uses of PostOperationCompareOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostOperationCompareOperation Modifier and Type Class Description class
CompareOperation
This class defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.Methods in org.opends.server.core with parameters of type PostOperationCompareOperation Modifier and Type Method Description PluginResult.PostOperation
PluginConfigManager. invokePostOperationComparePlugins(PostOperationCompareOperation compareOperation)
Invokes the set of post-operation compare plugins that have been configured in the Directory Server.
-