Interface ResponseControl

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

public interface ResponseControl extends Control
Marker interface for ldap response controls.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    decode(DERBuffer encoded)
    Initializes this response control with the supplied BER encoded data.

    Methods inherited from interface org.ldaptive.control.Control

    getCriticality, getOID
  • Method Details

    • decode

      void decode(DERBuffer encoded)
      Initializes this response control with the supplied BER encoded data.
      Parameters:
      encoded - BER encoded response control