Uses of Interface
org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of GenericIntermediateResponse in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionGenericIntermediateResponse.addControl
(Control control) GenericIntermediateResponse.addControls
(Iterable<? extends Control> controls) static GenericIntermediateResponse
Responses.copyOfGenericIntermediateResponse
(GenericIntermediateResponse result) Creates a new generic intermediate response that is an exact copy of the provided response.static GenericIntermediateResponse
Responses.newGenericIntermediateResponse()
Creates a new generic intermediate response with no name or value.static GenericIntermediateResponse
Responses.newGenericIntermediateResponse
(String responseName, Object responseValue) Creates a new generic intermediate response using the provided response name and value.Sets the numeric OID, if any, associated with this intermediate response.Sets the value, if any, associated with this intermediate response.static GenericIntermediateResponse
Responses.unmodifiableGenericIntermediateResponse
(GenericIntermediateResponse response) Creates an unmodifiable generic intermediate response using the provided response.Modifier and TypeMethodDescriptionstatic GenericIntermediateResponse
Responses.copyOfGenericIntermediateResponse
(GenericIntermediateResponse result) Creates a new generic intermediate response that is an exact copy of the provided response.static GenericIntermediateResponse
Responses.unmodifiableGenericIntermediateResponse
(GenericIntermediateResponse response) Creates an unmodifiable generic intermediate response using the provided response.