Uses of Interface
org.forgerock.opendj.ldap.messages.GenericExtendedResult
-
Packages that use GenericExtendedResult Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses. -
-
Uses of GenericExtendedResult in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return GenericExtendedResult Modifier and Type Method Description GenericExtendedResultAbstractConnection. extendedRequest(String requestName, ByteString requestValue)GenericExtendedResultAbstractConnectionWrapper. extendedRequest(String requestName, ByteString requestValue)Requests that the Directory Server performs the provided extended request.GenericExtendedResultConnection. 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 GenericExtendedResult Modifier and Type Field Description static ExtendedRequestDecoder<GenericExtendedRequest,GenericExtendedResult>GenericExtendedRequest. DECODERA decoder which can be used to decode generic extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return GenericExtendedResult Modifier and Type Method Description GenericExtendedResultGenericExtendedResult. addControl(Control control)GenericExtendedResultGenericExtendedResult. addControls(Iterable<? extends Control> controls)GenericExtendedResultGenericExtendedResult. addReferralUri(String uri)static GenericExtendedResultResponses. copyOfGenericExtendedResult(GenericExtendedResult result)Creates a new generic extended result that is an exact copy of the provided result.static GenericExtendedResultResponses. newGenericExtendedResult(ResultCode resultCode)Creates a new generic extended result using the provided result code.GenericExtendedResultGenericExtendedResult. setCause(Throwable cause)GenericExtendedResultGenericExtendedResult. setDiagnosticMessage(CharSequence message)GenericExtendedResultGenericExtendedResult. setMatchedDn(String dn)GenericExtendedResultGenericExtendedResult. setMatchedDn(Dn dn)GenericExtendedResultGenericExtendedResult. setOid(String oid)Sets the numeric OID, if any, associated with this extended result.GenericExtendedResultGenericExtendedResult. setResultCode(ResultCode resultCode)GenericExtendedResultGenericExtendedResult. setValue(Object value)Sets the value, if any, associated with this extended result.static GenericExtendedResultResponses. 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 GenericExtendedResult Modifier and Type Method Description ExtendedResultDecoder<GenericExtendedResult>GenericExtendedRequest. getResultDecoder()Methods in org.forgerock.opendj.ldap.messages with parameters of type GenericExtendedResult Modifier and Type Method Description static GenericExtendedResultResponses. copyOfGenericExtendedResult(GenericExtendedResult result)Creates a new generic extended result that is an exact copy of the provided result.static GenericExtendedResultResponses. unmodifiableGenericExtendedResult(GenericExtendedResult result)Creates an unmodifiable generic extended result using the provided response.
-