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.
|
Modifier and Type | Class and Description |
---|---|
static class |
PluginResult.IntermediateResponse
Defines an intermediate response plugin result for core server operation processing consisting of either
continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and
error message.
|
static class |
PluginResult.PostOperation
Defines a post operation plugin result for core server operation processing consisting of either continue, skip
further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
|
static class |
PluginResult.PreOperation
Defines a pre operation plugin result for core server operation processing consisting of either continue, skip
further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
|
static class |
PluginResult.PreParse
Defines a pre parse plugin result for core server operation processing consisting of either continue, skip
further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
|
static class |
PluginResult.SubordinateDelete
Defines a subordinate delete plugin result for core server operation processing consisting of either continue,
skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error
message.
|
static class |
PluginResult.SubordinateModifyDN
Defines a subordinate modify DN plugin result for core server operation processing consisting of either continue,
skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error
message.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SynchronizationProviderResult
This class defines a data structure that holds information about the result of processing by a synchronization
provider.
|
Modifier and Type | Class and Description |
---|---|
static class |
SynchronizationProviderResult.ContinueProcessing
Defines a continue processing synchronization provider result.
|
static class |
SynchronizationProviderResult.StopProcessing
Defines a stop processing synchronization provider result.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Operation.processOperationResult(Operation op,
PluginResult.OperationResult opResult)
Processes the provided operation result for the provided operation.
|
boolean |
Operation.processOperationResult(PluginResult.OperationResult operationResult)
Processes the provided operation result for the current operation.
|
Copyright 2010-2022 ForgeRock AS.