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
Marker interface for ldap request controls.
-
Method Summary
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
-