| javax.naming.ldap.ExtendedRequest
All known Subclasses: javax.naming.ldap.StartTlsRequest,
createExtendedResponse | ExtendedResponse createExtendedResponse(String s, byte[] value, int i, int i2) throws NamingException(Code) | | Returns a suitable ExtendedResponse object for this
request. The method parameters provide the data obtained by the service
provider from the LDAP server for this request.
Parameters: s - the object identifier of the response control. May be null. Parameters: value - holds the value of the response control as raw ASN.1 BERencoded bytes, including the tag and length of the responsebut excluding its OID. Parameters: i - specifies the start index of useable data within arrayvalue . Parameters: i2 - specifies the number of data bytes to use within arrayvalue . a suitable ExtendedResponse object for thisrequest. throws: NamingException - If an error is encountered. |
getEncodedValue | byte[] getEncodedValue()(Code) | | Gets the request encoded using ASN.1 Basic Encoding Rules (BER).
the request encoded using ASN.1 BER |
getID | String getID()(Code) | | Gets the object ID assigned to this request. (see RFC2251)
the object ID assigned to this request |
|
|