API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. ExtendedRequest View Source
Author(s)
Rosanna Lee
Scott Seligman
Vincent Ryan
Since
1.3
Version
1.10 05/11/17
Serial
Hierarchy
 Serializable
      ExtendedRequest
Subinterfaces
Description
public interface ExtendedRequest
  This interface represents an LDAPv3 extended operation request as defined in RFC 2251.
Methods
Hide/Show inherited methods
public ExtendedResponse createExtendedResponse (String id, byte[] berValue, int offset, int length) throws NamingException
  Creates the response object that corresponds to this request.
public byte getEncodedValue ()
  Retrieves the ASN.1 BER encoded value of the LDAP extended operation request.
public String getID ()
  Retrieves the object identifier of the request.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar