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.
|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler and its associated classes.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PostOperation |
DirectoryServerPlugin.doPostOperation(PostOperationSearchOperation searchOperation)
Performs any necessary processing that should be done after the Directory Server has completed the core
processing for a search operation but before the response has been sent to the 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.PostOperation |
PluginConfigManager.invokePostOperationSearchPlugins(PostOperationSearchOperation searchOperation)
Invokes the set of post-operation search plugins that have been configured in the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSearchOperation
This class defines a subclass of the core search operation that is to be used for internal searches.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.