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.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PreOperation |
DirectoryServerPlugin.doPreOperation(PreOperationCompareOperation compareOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core
processing for a compare operation.
|
Modifier and Type | Class and Description |
---|---|
class |
CompareOperationBasis
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.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationComparePlugins(PreOperationCompareOperation compareOperation)
Invokes the set of pre-operation compare plugins that have been configured in the Directory Server.
|
Copyright 2010-2020 ForgeRock AS.