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.api.plugin |
Defines the Directory Server plugin API.
|
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.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
org.opends.server.types.operation |
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
|
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 |
---|---|
PluginResult.PreOperation |
DirectoryServerPlugin.doPreOperation(PreOperationAddOperation addOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core
processing for an add operation.
|
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.
|
PluginResult.PreOperation |
DirectoryServerPlugin.doPreOperation(PreOperationDeleteOperation deleteOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core
processing for a delete operation.
|
PluginResult.PreOperation |
DirectoryServerPlugin.doPreOperation(PreOperationExtendedOperation extendedOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core
processing for an extended operation.
|
PluginResult.PreOperation |
DirectoryServerPlugin.doPreOperation(PreOperationModifyDNOperation modifyDNOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core
processing for a modify DN operation.
|
PluginResult.PreOperation |
DirectoryServerPlugin.doPreOperation(PreOperationModifyOperation modifyOperation)
Performs any necessary processing that should be done just before the Directory Server performs the core
processing for a modify operation.
|
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.
|
PluginResult.PreParse |
DirectoryServerPlugin.doPreParse(PreParseAddOperation addOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an add
request.
|
PluginResult.PreParse |
DirectoryServerPlugin.doPreParse(PreParseCompareOperation compareOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a
compare request.
|
PluginResult.PreParse |
DirectoryServerPlugin.doPreParse(PreParseDeleteOperation deleteOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a delete
request.
|
PluginResult.PreParse |
DirectoryServerPlugin.doPreParse(PreParseExtendedOperation extendedOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an
extended request.
|
PluginResult.PreParse |
DirectoryServerPlugin.doPreParse(PreParseModifyDNOperation modifyDNOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify
DN request.
|
PluginResult.PreParse |
DirectoryServerPlugin.doPreParse(PreParseModifyOperation modifyOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a modify
request.
|
PluginResult.PreParse |
DirectoryServerPlugin.doPreParse(PreParseSearchOperation searchOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of a search
request.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.checkIfCanceled(boolean signalTooLate)
Kept to maintain compatibility with the
PluginOperation interface. |
Modifier and Type | Method and Description |
---|---|
void |
PluginOperation.checkIfCanceled(boolean signalTooLate)
Checks to see if this operation requested to cancel in which case
CancelledResultException will be
thrown. |
Copyright 2010-2018 ForgeRock AS.