Package | Description |
---|---|
org.forgerock.opendj.server.core |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.checkIfCancelled(boolean signalTooLate)
Throws
CancelledResultException if a cancellation request has been received and processing of the request
should be aborted if possible. |
Modifier and Type | Method and Description |
---|---|
abstract void |
LocalBackend.addEntry(Entry entry,
AddOperation addOperation)
Adds the provided entry to this backend.
|
abstract void |
LocalBackend.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation)
Removes the specified entry from this backend.
|
abstract void |
LocalBackend.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation)
Moves and/or renames the provided entry in this backend, altering any subordinate entries as necessary.
|
abstract void |
LocalBackend.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation)
Replaces the specified entry with the provided entry in this backend.
|
abstract void |
LocalBackend.search(SearchOperation searchOperation)
Processes the specified search in this backend.
|
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.addEntry(Entry entry,
AddOperation addOperation) |
void |
BackendImpl.deleteEntry(Dn entryDN,
DeleteOperation deleteOperation) |
void |
BackendImpl.renameEntry(Dn currentDN,
Entry entry,
ModifyDNOperation modifyDNOperation) |
void |
BackendImpl.replaceEntry(Entry oldEntry,
Entry newEntry,
ModifyOperation modifyOperation) |
void |
BackendImpl.search(SearchOperation searchOperation) |
Modifier and Type | Method and Description |
---|---|
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationAddPlugins(PreOperationAddOperation addOperation)
Invokes the set of pre-operation add plugins that have been configured in the Directory Server.
|
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationComparePlugins(PreOperationCompareOperation compareOperation)
Invokes the set of pre-operation compare plugins that have been configured in the Directory Server.
|
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationDeletePlugins(PreOperationDeleteOperation deleteOperation)
Invokes the set of pre-operation delete plugins that have been configured in the Directory Server.
|
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationExtendedPlugins(PreOperationExtendedOperation extendedOperation)
Invokes the set of pre-operation extended plugins that have been configured in the Directory Server.
|
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationModifyDNPlugins(PreOperationModifyDNOperation modifyDNOperation)
Invokes the set of pre-operation modify DN plugins that have been configured in the Directory Server.
|
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationModifyPlugins(PreOperationModifyOperation modifyOperation)
Invokes the set of pre-operation modify plugins that have been configured in the Directory Server.
|
PluginResult.PreOperation |
PluginConfigManager.invokePreOperationSearchPlugins(PreOperationSearchOperation searchOperation)
Invokes the set of pre-operation search plugins that have been configured in the Directory Server.
|
PluginResult.PreParse |
PluginConfigManager.invokePreParseAddPlugins(PreParseAddOperation addOperation)
Invokes the set of pre-parse add plugins that have been configured in the Directory Server.
|
PluginResult.PreParse |
PluginConfigManager.invokePreParseComparePlugins(PreParseCompareOperation compareOperation)
Invokes the set of pre-parse compare plugins that have been configured in the Directory Server.
|
PluginResult.PreParse |
PluginConfigManager.invokePreParseDeletePlugins(PreParseDeleteOperation deleteOperation)
Invokes the set of pre-parse delete plugins that have been configured in the Directory Server.
|
PluginResult.PreParse |
PluginConfigManager.invokePreParseExtendedPlugins(PreParseExtendedOperation extendedOperation)
Invokes the set of pre-parse extended plugins that have been configured in the Directory Server.
|
PluginResult.PreParse |
PluginConfigManager.invokePreParseModifyDNPlugins(PreParseModifyDNOperation modifyDNOperation)
Invokes the set of pre-parse modify DN plugins that have been configured in the Directory Server.
|
PluginResult.PreParse |
PluginConfigManager.invokePreParseModifyPlugins(PreParseModifyOperation modifyOperation)
Invokes the set of pre-parse modify plugins that have been configured in the Directory Server.
|
PluginResult.PreParse |
PluginConfigManager.invokePreParseSearchPlugins(PreParseSearchOperation searchOperation)
Invokes the set of pre-parse search plugins that have been configured in the Directory Server.
|
Copyright 2010-2020 ForgeRock AS.