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 ControlMarker interface for ldap controls.- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCriticality()Returns whether the control is critical.java.lang.StringgetOID()Returns the OID for this control.
-