Uses of Interface
org.forgerock.opendj.ldap.messages.IntermediateResponse
-
Packages that use IntermediateResponse 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.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. -
-
Uses of IntermediateResponse in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type IntermediateResponse Modifier and Type Method Description void
LdapWriter. writeIntermediateResponse(int messageID, IntermediateResponse response)
Writes the provided intermediate response. -
Uses of IntermediateResponse in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type IntermediateResponse Modifier and Type Method Description boolean
IntermediateResponseHandler. handleIntermediateResponse(IntermediateResponse response)
Invoked each time an intermediate response is returned from the Directory Server. -
Uses of IntermediateResponse in org.forgerock.opendj.ldap.messages
Classes in org.forgerock.opendj.ldap.messages with type parameters of type IntermediateResponse Modifier and Type Class Description class
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.Subinterfaces of IntermediateResponse in org.forgerock.opendj.ldap.messages Modifier and Type Interface Description interface
GenericIntermediateResponse
A Generic Intermediate response provides a mechanism for communicating unrecognized or unsupported Intermediate responses to the client.Classes in org.forgerock.opendj.ldap.messages that implement IntermediateResponse Modifier and Type Class Description class
AbstractIntermediateResponse<S extends IntermediateResponse>
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.Methods in org.forgerock.opendj.ldap.messages that return IntermediateResponse Modifier and Type Method Description IntermediateResponse
IntermediateResponse. addControl(Control control)
IntermediateResponse
IntermediateResponse. addControls(Iterable<? extends Control> controls)
Methods in org.forgerock.opendj.ldap.messages with parameters of type IntermediateResponse Modifier and Type Method Description static LdapMessage
LdapMessage. newResponseMessage(int messageId, IntermediateResponse response)
Builds and returns anLdapMessage
containing aIntermediateResponse
.Constructors in org.forgerock.opendj.ldap.messages with parameters of type IntermediateResponse Constructor Description AbstractIntermediateResponse(IntermediateResponse intermediateResponse)
Creates a new intermediate response that is an exact copy of the provided response. -
Uses of IntermediateResponse in org.opends.server.api
Methods in org.opends.server.api with parameters of type IntermediateResponse Modifier and Type Method Description protected abstract boolean
ClientConnection. sendIntermediateResponseMessage(Operation operation, IntermediateResponse intermediateResponse)
Sends the provided intermediate response message to the client. -
Uses of IntermediateResponse in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type IntermediateResponse Modifier and Type Method 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. -
Uses of IntermediateResponse in org.opends.server.protocols.jmx
Methods in org.opends.server.protocols.jmx with parameters of type IntermediateResponse Modifier and Type Method Description protected boolean
JmxClientConnection. sendIntermediateResponseMessage(Operation operation, IntermediateResponse intermediateResponse)
-
Uses of IntermediateResponse in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap with parameters of type IntermediateResponse Modifier and Type Method Description protected boolean
LdapClientConnection. sendIntermediateResponseMessage(Operation operation, IntermediateResponse intermediateResponse)
-