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.crypto |
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PostResponse |
DirectoryServerPlugin.doPostResponse(PostResponseDeleteOperation deleteOperation)
Performs any necessary processing that should be done after the Directory Server has completed all processing for
a delete operation and has sent the response to the client.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteOperation
This class defines an operation that may be used to remove an entry from the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PostResponse |
AuthenticatedUsers.doPostResponse(PostResponseDeleteOperation op) |
PluginResult.PostResponse |
PluginConfigManager.invokePostResponseDeletePlugins(PostResponseDeleteOperation deleteOperation)
Invokes the set of post-response delete plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PostResponse |
CryptoManagerSync.doPostResponse(PostResponseDeleteOperation op) |
Copyright 2010-2018 ForgeRock AS.