org.ldaptive.control
Interface ResponseControl

All Superinterfaces:
Control
All Known Implementing Classes:
AuthorizationIdentityResponseControl, DirSyncControl, EntryChangeNotificationControl, GetStatsControl, PagedResultsControl, PasswordExpiredControl, PasswordExpiringControl, PasswordPolicyControl, SessionTrackingControl, SortResponseControl, SyncDoneControl, SyncStateControl, VirtualListViewResponseControl

public interface ResponseControl
extends Control

Marker interface for ldap response controls.

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

Method Summary
 void decode(byte[] encoded)
          Initializes this response control with the supplied BER encoded data.
 
Methods inherited from interface org.ldaptive.control.Control
getCriticality, getOID
 

Method Detail

decode

void decode(byte[] encoded)
Initializes this response control with the supplied BER encoded data.

Parameters:
encoded - BER encoded response control


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