Package org.ldaptive.control
Interface Control
- All Known Subinterfaces:
RequestControl,ResponseControl
- All Known Implementing Classes:
AbstractControl,AbstractResponseControl,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
Modifier and TypeMethodDescriptionbooleanReturns whether the control is critical.getOID()Returns the OID for this control.
-
Method Details
-
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
-