Package | Description |
---|---|
org.opends.server.api.plugin |
Defines the Directory Server plugin API.
|
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 |
---|---|
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 |
AbstractOperation.checkIfCanceled(boolean signalTooLate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginOperation.checkIfCanceled(boolean signalTooLate)
Checks to see if this operation requested to cancel in which case CanceledOperationException will be thrown.
|
Copyright 2010-2020 ForgeRock AS.