Package | Description |
---|---|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
Modifier and Type | Method and Description |
---|---|
GenericIntermediateResponse |
GenericIntermediateResponse.addControl(Control control) |
GenericIntermediateResponse |
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.
|
GenericIntermediateResponse |
GenericIntermediateResponse.setOid(String oid)
Sets the numeric OID, if any, associated with this intermediate response.
|
GenericIntermediateResponse |
GenericIntermediateResponse.setValue(Object value)
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 Type | Method and Description |
---|---|
static 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.