org.ldaptive.extended
Interface ExtendedRequest

All Superinterfaces:
Message<RequestControl>, Request
All Known Implementing Classes:
CancelRequest, FastBindRequest, PasswordModifyRequest, WhoAmIRequest

public interface ExtendedRequest
extends Request

Marker interface for ldap extended requests.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Method Summary
 byte[] encode()
          Provides the BER encoding of this request.
 String getOID()
          Returns the OID for this extended request.
 
Methods inherited from interface org.ldaptive.Request
getFollowReferrals, getIntermediateResponseHandlers
 
Methods inherited from interface org.ldaptive.Message
getControls
 

Method Detail

getOID

String getOID()
Returns the OID for this extended request.

Returns:
oid

encode

byte[] encode()
Provides the BER encoding of this request.

Returns:
BER encoded request


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.