Package org.ldaptive.control
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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]encode()Provides the BER encoding of this control.booleanhasValue()Returns whether the control has a value associated with it.- 
Methods inherited from interface org.ldaptive.control.ControlgetCriticality, getOID
 
- 
 
-