Class LDAPExtendedResponse

java.lang.Object
com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPResponse
com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPExtendedResponse
All Implemented Interfaces:
Serializable

This class provides a data structure which represents an LDAP extended response.

This class is primarily intended to be used in the process of updating applications which use the Netscape Directory SDK for Java to switch to or coexist with the UnboundID LDAP SDK for Java. For applications not written using the Netscape Directory SDK for Java, the ExtendedResult class should be used instead.
See Also:
  • Constructor Details

  • Method Details

    • getID

      Retrieves the OID for this LDAP extended response, if any.
      Returns:
      The OID for this LDAP extended response, or null if there is none.
    • getValue

      @Nullable public byte[] getValue()
      Retrieves the value for this LDAP extended response, if any.
      Returns:
      The value for this LDAP extended response, or null if there is none.
    • toExtendedResult

      Retrieves an ExtendedResult object that is the equivalent of this LDAP extended response.
      Returns:
      An ExtendedResult object that is the equivalent of this LDAP extended response.
    • toString

      Retrieves a string representation of this LDAP extended response.
      Overrides:
      toString in class LDAPResponse
      Returns:
      A string representation of this LDAP extended response.