Package org.ldaptive.control
Interface Control
-
- All Known Subinterfaces:
RequestControl
,ResponseControl
- All Known Implementing Classes:
AbstractControl
,AuthorizationIdentityRequestControl
,AuthorizationIdentityResponseControl
,DirSyncControl
,EntryChangeNotificationControl
,ExtendedDnControl
,ForceUpdateControl
,GenericControl
,GetStatsControl
,LazyCommitControl
,ManageDsaITControl
,MatchedValuesRequestControl
,NotificationControl
,PagedResultsControl
,PasswordExpiredControl
,PasswordExpiringControl
,PasswordPolicyControl
,PermissiveModifyControl
,PersistentSearchRequestControl
,ProxyAuthorizationControl
,RangeRetrievalNoerrControl
,RelaxControl
,SearchOptionsControl
,SessionTrackingControl
,ShowDeactivatedLinkControl
,ShowDeletedControl
,ShowRecycledControl
,SortRequestControl
,SortResponseControl
,SyncDoneControl
,SyncRequestControl
,SyncStateControl
,TreeDeleteControl
,VerifyNameControl
,VirtualListViewRequestControl
,VirtualListViewResponseControl
public interface Control
Marker interface for ldap controls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getCriticality()
Returns whether the control is critical.String
getOID()
Returns the OID for this control.
-
-
-
Method Detail
-
getOID
String getOID()
Returns the OID for this control.- Returns:
- oid
-
getCriticality
boolean getCriticality()
Returns whether the control is critical.- Returns:
- whether the control is critical
-
-