Package netscape.ldap

Class LDAPExtendedResponse

  • All Implemented Interfaces:
    java.io.Serializable

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

      • getID

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

        @Deprecated
        public java.lang.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.