Uses of Interface
org.forgerock.opendj.ldap.messages.GenericExtendedResult
Packages that use 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
Methods in org.forgerock.opendj.ldap that return GenericExtendedResultModifier 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
Fields in org.forgerock.opendj.ldap.messages with type parameters of type GenericExtendedResultModifier and TypeFieldDescriptionGenericExtendedRequest.DECODER
A decoder which can be used to decode generic extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return GenericExtendedResultModifier 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.Methods in org.forgerock.opendj.ldap.messages that return types with arguments of type GenericExtendedResultMethods in org.forgerock.opendj.ldap.messages with parameters of type GenericExtendedResultModifier 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.