Package | Description |
---|---|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
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.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 |
---|---|
void |
LdapWriter.writeIntermediateResponse(int messageID,
IntermediateResponse response)
Writes the provided intermediate response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IntermediateResponseHandler.handleIntermediateResponse(IntermediateResponse response)
Invoked each time an intermediate response is returned from the Directory
Server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for
implementing new Intermediate responses.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericIntermediateResponse
A Generic Intermediate response provides a mechanism for communicating
unrecognized or unsupported Intermediate responses to the client.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for
implementing new Intermediate responses.
|
Modifier and Type | Method and Description |
---|---|
IntermediateResponse |
IntermediateResponse.addControl(Control control) |
IntermediateResponse |
IntermediateResponse.addControls(Iterable<? extends Control> controls) |
Modifier and Type | Method and Description |
---|---|
static LdapMessage |
LdapMessage.newResponseMessage(int messageId,
IntermediateResponse response)
Builds and returns an
LdapMessage containing a IntermediateResponse . |
Constructor and Description |
---|
AbstractIntermediateResponse(IntermediateResponse intermediateResponse)
Creates a new intermediate response that is an exact copy of the provided
response.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
ClientConnection.sendIntermediateResponseMessage(Operation operation,
IntermediateResponse intermediateResponse)
Sends the provided intermediate response message to the client.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.IntermediateResponse |
DirectoryServerPlugin.processIntermediateResponse(InProgressOperation operation,
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(InProgressOperation operation,
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 |
JmxClientConnection.sendIntermediateResponseMessage(Operation operation,
IntermediateResponse intermediateResponse) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LdapClientConnection.sendIntermediateResponseMessage(Operation operation,
IntermediateResponse intermediateResponse) |
Copyright 2010-2022 ForgeRock AS.