Uses of Interface
org.forgerock.opendj.ldap.messages.GenericIntermediateResponse
Packages that use GenericIntermediateResponse
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of GenericIntermediateResponse in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return GenericIntermediateResponseModifier and TypeMethodDescriptionGenericIntermediateResponse.addControl(Control control) GenericIntermediateResponse.addControls(Iterable<? extends Control> controls) static GenericIntermediateResponseResponses.copyOfGenericIntermediateResponse(GenericIntermediateResponse result) Creates a new generic intermediate response that is an exact copy of the provided response.static GenericIntermediateResponseResponses.newGenericIntermediateResponse()Creates a new generic intermediate response with no name or value.static GenericIntermediateResponseResponses.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 GenericIntermediateResponseResponses.unmodifiableGenericIntermediateResponse(GenericIntermediateResponse response) Creates an unmodifiable generic intermediate response using the provided response.Methods in org.forgerock.opendj.ldap.messages with parameters of type GenericIntermediateResponseModifier and TypeMethodDescriptionstatic GenericIntermediateResponseResponses.copyOfGenericIntermediateResponse(GenericIntermediateResponse result) Creates a new generic intermediate response that is an exact copy of the provided response.static GenericIntermediateResponseResponses.unmodifiableGenericIntermediateResponse(GenericIntermediateResponse response) Creates an unmodifiable generic intermediate response using the provided response.