Uses of Interface
org.forgerock.opendj.ldap.messages.GenericExtendedResult
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
-
Uses of GenericExtendedResult in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionAbstractConnection.extendedRequest
(String requestName, ByteString requestValue) AbstractConnectionWrapper.extendedRequest
(String requestName, ByteString requestValue) Requests that the Directory Server performs the provided extended request.Connection.extendedRequest
(String requestName, ByteString requestValue) Requests that the Directory Server performs the provided extended request. -
Uses of GenericExtendedResult in org.forgerock.opendj.ldap.messages
Modifier and TypeFieldDescriptionGenericExtendedRequest.DECODER
A decoder which can be used to decode generic extended operation requests.Modifier and TypeMethodDescriptionGenericExtendedResult.addControl
(Control control) GenericExtendedResult.addControls
(Iterable<? extends Control> controls) GenericExtendedResult.addReferralUri
(String uri) static GenericExtendedResult
Responses.copyOfGenericExtendedResult
(GenericExtendedResult result) Creates a new generic extended result that is an exact copy of the provided result.static GenericExtendedResult
Responses.newGenericExtendedResult
(ResultCode resultCode) Creates a new generic extended result using the provided result code.GenericExtendedResult.setDiagnosticMessage
(CharSequence message) GenericExtendedResult.setMatchedDn
(String dn) GenericExtendedResult.setMatchedDn
(Dn dn) Sets the numeric OID, if any, associated with this extended result.GenericExtendedResult.setResultCode
(ResultCode resultCode) Sets the value, if any, associated with this extended result.static GenericExtendedResult
Responses.unmodifiableGenericExtendedResult
(GenericExtendedResult result) Creates an unmodifiable generic extended result using the provided response.Modifier and TypeMethodDescriptionstatic GenericExtendedResult
Responses.copyOfGenericExtendedResult
(GenericExtendedResult result) Creates a new generic extended result that is an exact copy of the provided result.static GenericExtendedResult
Responses.unmodifiableGenericExtendedResult
(GenericExtendedResult result) Creates an unmodifiable generic extended result using the provided response.