org.ldaptive.control
Interface Control

All Known Subinterfaces:
RequestControl, ResponseControl
All Known Implementing Classes:
AbstractControl, AuthorizationIdentityRequestControl, AuthorizationIdentityResponseControl, DirSyncControl, EntryChangeNotificationControl, ExtendedDnControl, ForceUpdateControl, GetStatsControl, LazyCommitControl, ManageDsaITControl, NotificationControl, PagedResultsControl, PasswordExpiredControl, PasswordExpiringControl, PasswordPolicyControl, PermissiveModifyControl, PersistentSearchRequestControl, ProxyAuthorizationControl, RangeRetrievalNoerrControl, SearchOptionsControl, ShowDeactivatedLinkControl, ShowDeletedControl, ShowRecycledControl, SortRequestControl, SortResponseControl, SyncDoneControl, SyncRequestControl, SyncStateControl, VerifyNameControl, VirtualListViewRequestControl, VirtualListViewResponseControl

public interface Control

Marker interface for ldap controls.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Method Summary
 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


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.