org.ldaptive.control
Interface RequestControl

All Superinterfaces:
Control
All Known Implementing Classes:
AuthorizationIdentityRequestControl, DirSyncControl, ExtendedDnControl, ForceUpdateControl, GetStatsControl, LazyCommitControl, ManageDsaITControl, NotificationControl, PagedResultsControl, PasswordPolicyControl, PermissiveModifyControl, PersistentSearchRequestControl, ProxyAuthorizationControl, RangeRetrievalNoerrControl, SearchOptionsControl, ShowDeactivatedLinkControl, ShowDeletedControl, ShowRecycledControl, SortRequestControl, SyncRequestControl, VerifyNameControl, VirtualListViewRequestControl

public interface RequestControl
extends Control

Marker interface for ldap request controls.

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 control.
 
Methods inherited from interface org.ldaptive.control.Control
getCriticality, getOID
 

Method Detail

encode

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

Returns:
BER encoded request control


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