< prev index next >

src/java.naming/share/classes/javax/naming/ldap/ExtendedResponse.java

Print this page

        

*** 76,86 **** * Retrieves the object identifier of the response. * The LDAP protocol specifies that the response object identifier is optional. * If the server does not send it, the response will contain no ID (i.e. null). * * @return A possibly null object identifier string representing the LDAP ! * <tt>ExtendedResponse.responseName</tt> component. */ public String getID(); /** * Retrieves the ASN.1 BER encoded value of the LDAP extended operation --- 76,86 ---- * Retrieves the object identifier of the response. * The LDAP protocol specifies that the response object identifier is optional. * If the server does not send it, the response will contain no ID (i.e. null). * * @return A possibly null object identifier string representing the LDAP ! * {@code ExtendedResponse.responseName} component. */ public String getID(); /** * Retrieves the ASN.1 BER encoded value of the LDAP extended operation
*** 88,98 **** * sent by the LDAP server. * The result is the raw BER bytes including the tag and length of * the response value. It does not include the response OID. * * @return A possibly null byte array representing the ASN.1 BER encoded ! * contents of the LDAP <tt>ExtendedResponse.response</tt> * component. */ public byte[] getEncodedValue(); //static final long serialVersionUID = -3320509678029180273L; --- 88,98 ---- * sent by the LDAP server. * The result is the raw BER bytes including the tag and length of * the response value. It does not include the response OID. * * @return A possibly null byte array representing the ASN.1 BER encoded ! * contents of the LDAP {@code ExtendedResponse.response} * component. */ public byte[] getEncodedValue(); //static final long serialVersionUID = -3320509678029180273L;
< prev index next >