< prev index next >

src/java.naming/share/classes/com/sun/jndi/ldap/UnsolicitedResponseImpl.java

Print this page

        

*** 63,73 **** /** * Retrieves the object identifier of the response. * * @return A possibly null object identifier string representing the LDAP ! * <tt>ExtendedResponse.responseName</tt> component. */ public String getID() { return oid; } --- 63,73 ---- /** * Retrieves the object identifier of the response. * * @return A possibly null object identifier string representing the LDAP ! * {@code ExtendedResponse.responseName} component. */ public String getID() { return oid; }
*** 77,87 **** * 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() { return extensionValue; } --- 77,87 ---- * 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() { return extensionValue; }
< prev index next >