Interface RequestControl

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

public interface RequestControl extends Control
Marker interface for ldap request controls.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Provides the BER encoding of this control.
    boolean
    Returns whether the control has a value associated with it.

    Methods inherited from interface org.ldaptive.control.Control

    getCriticality, getOID
  • Method Details

    • encode

      byte[] encode()
      Provides the BER encoding of this control.
      Returns:
      BER encoded request control
    • hasValue

      boolean hasValue()
      Returns whether the control has a value associated with it.
      Returns:
      whether the control has a value