Uses of Interface
org.opends.server.types.operation.PreOperationSearchOperation
-
Packages that use PreOperationSearchOperation 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 PreOperationSearchOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PreOperationSearchOperation Modifier and Type Method Description PluginResult.PreOperation
DirectoryServerPlugin. doPreOperation(PreOperationSearchOperation searchOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core processing for a search operation. -
Uses of PreOperationSearchOperation in org.opends.server.core
Classes in org.opends.server.core that implement PreOperationSearchOperation Modifier and Type Class Description class
SearchOperation
This class defines an operation used to search for entries in the Directory Server.Methods in org.opends.server.core with parameters of type PreOperationSearchOperation Modifier and Type Method Description PluginResult.PreOperation
PluginConfigManager. invokePreOperationSearchPlugins(PreOperationSearchOperation searchOperation)
Invokes the set of pre-operation search plugins that have been configured in the Directory Server.
-