Uses of Record Class
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 TypeMethodDescriptionstatic GenericExtendedResult
Responses.newGenericExtendedResult
(ExtendedResult result) Creates a new generic extended result using the provided extended result data.static GenericExtendedResult
Responses.newGenericExtendedResult
(ResultCode resultCode) Creates a new generic extended result using the provided result code.static GenericExtendedResult
Responses.newGenericExtendedResult
(ResultCode resultCode, String matchedDn, CharSequence diagnosticMessage, String responseName, ByteString responseValue) Creates a new generic extended result using the provided result code.static GenericExtendedResult
Responses.newGenericExtendedResult
(ResultCode resultCode, String matchedDn, CharSequence diagnosticMessage, List<String> referralUris, String responseName, ByteString responseValue, List<Control> controls) Creates a new generic extended result using the provided result code.static GenericExtendedResult
Responses.newGenericExtendedResult
(ResultCode resultCode, String responseName, ByteString responseValue) Creates a new generic extended result using the provided result code.Methods in org.forgerock.opendj.ldap.messages that return types with arguments of type GenericExtendedResult