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.IntermediateResponse |
DirectoryServerPlugin.processSearchEntry(SearchEntrySearchOperation searchOperation,
SearchResultEntry searchEntry)
Performs any necessary processing that should be done before a search result entry is sent to a client.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchOperationBasis
This class defines an operation that may be used to locate entries in the Directory Server based on a given set of
criteria.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.IntermediateResponse |
PluginConfigManager.invokeSearchResultEntryPlugins(SearchEntrySearchOperation searchOperation,
SearchResultEntry searchEntry)
Invokes the set of search result entry plugins that have been configured in the Directory Server.
|
Copyright 2010-2020 ForgeRock AS.