Interface UpdatableExtendedResult

    • Method Detail

      • setResultOID

        void setResultOID​(java.lang.String oid)
        Specifies the OID for the extended result, if any.
        Parameters:
        oid - The OID for the extended result. It may be null if there is none.
      • setResultValue

        void setResultValue​(ASN1OctetString value)
        Specifies the value for the extended result, if any.
        Parameters:
        value - The value for the extended result. It may be null if there is none.
      • setResultData

        void setResultData​(LDAPResult result)
        Sets the contents of this result with information from the provided LDAP result, including the result code, diagnostic message, matched DN, referral URLs, and controls. If the provided result is also an instance of an LDAP SDK ExtendedResult, then the response OID and value will also be updated.
        Specified by:
        setResultData in interface UpdatableGenericResult
        Parameters:
        result - The result to use to update this result. It must not be null.