Package netscape.ldap

Class LDAPExtendedResponse

All Implemented Interfaces:
Serializable

public class LDAPExtendedResponse extends LDAPResponse implements Serializable
Represents a server response to an extended operation request.
Version:
1.0
See Also:
  • Method Details

    • getID

      public String getID()
      Returns the OID of the response.
      Returns:
      the response OID.
    • getOID

      @Deprecated public String getOID()
      Deprecated.
      Use LDAPExtendedResponse.getID()
      Returns the OID of the response.
      Returns:
      the response OID.
    • getValue

      public byte[] getValue()
      Returns the raw bytes of the value part of the response.
      Returns:
      response as a raw array of bytes.