Package | Description |
---|---|
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.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.protocols.internal |
Contains the implementation for the "internal" connection handler and its associated classes.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientConnection.sendIntermediateResponse(IntermediateResponse intermediateResponse)
Invokes the intermediate response plugins on the provided response message and sends it to the client.
|
protected abstract boolean |
ClientConnection.sendIntermediateResponseMessage(IntermediateResponse intermediateResponse)
Sends the provided intermediate response message to the client.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.IntermediateResponse |
DirectoryServerPlugin.processIntermediateResponse(IntermediateResponse intermediateResponse)
Performs any necessary processing that should be done before an intermediate response message is sent to a
client.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.IntermediateResponse |
PluginConfigManager.invokeIntermediateResponsePlugins(IntermediateResponse intermediateResponse)
Invokes the set of intermediate response plugins that have been configured in the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
InternalClientConnection.sendIntermediateResponseMessage(IntermediateResponse intermediateResponse)
Sends the provided intermediate response message to the client.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
JmxClientConnection.sendIntermediateResponseMessage(IntermediateResponse intermediateResponse)
Sends the provided intermediate response message to the client.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
LdapClientConnection.sendIntermediateResponseMessage(IntermediateResponse intermediateResponse)
Sends the provided intermediate response message to the client.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.