Uses of Interface
org.ldaptive.control.Control
-
Packages that use Control Package Description org.ldaptive.ad.control org.ldaptive.control -
-
Uses of Control in org.ldaptive.ad.control
Classes in org.ldaptive.ad.control that implement Control Modifier and Type Class Description class
DirSyncControl
Request/response control for active directory synchronization.class
ExtendedDnControl
Request control for active directory servers to use an extended form of an object distinguished name.class
ForceUpdateControl
Request control for active directory servers to perform an update even if the data is already the same.class
GetStatsControl
Request/response control for active directory servers to return statistics along with search results.class
LazyCommitControl
Request control for active directory domain controllers to sacrifice durability guarantees on updates to improve performance.class
NotificationControl
Request control for active directory servers to send asynchronous notifications to the client when a change is made.class
PermissiveModifyControl
Request control for active directory servers to return success on add/modify/delete operations that would normally return an error.class
RangeRetrievalNoerrControl
Request control for active directory servers to avoid error response with range retrieval.class
SearchOptionsControl
Request control for active directory servers to control various search behaviors.class
ShowDeactivatedLinkControl
Request control for active directory servers in include link attributes that refer to deleted-objects in a search operation.class
ShowDeletedControl
Request control for active directory servers to include deleted objects that match a search filter.class
ShowRecycledControl
Request control for active directory servers to include tombstones, deleted-objects, and recycled-objects that match a search filter.class
VerifyNameControl
Request control for active directory servers to use an extended form of an object distinguished name. -
Uses of Control in org.ldaptive.control
Subinterfaces of Control in org.ldaptive.control Modifier and Type Interface Description interface
RequestControl
Marker interface for ldap request controls.interface
ResponseControl
Marker interface for ldap response controls.Classes in org.ldaptive.control that implement Control Modifier and Type Class Description class
AbstractControl
Base class for ldap controls.class
AuthorizationIdentityRequestControl
Request control for authorization identity.class
AuthorizationIdentityResponseControl
Response control for authorization identity.class
EntryChangeNotificationControl
Response control for persistent search.class
GenericControl
LDAP control defined as:class
ManageDsaITControl
Request control for ManageDsaIT.class
MatchedValuesRequestControl
Request control for limiting the attribute values returned by a search request.class
PagedResultsControl
Request/response control for PagedResults.class
PasswordExpiredControl
Response control indicating an expired password.class
PasswordExpiringControl
Response control indicating a password that will expire.class
PasswordPolicyControl
Request/response control for password policy.class
PersistentSearchRequestControl
Request control for persistent search.class
ProxyAuthorizationControl
Request control for proxy authorization.class
RelaxControl
Relax request control.class
SessionTrackingControl
Request/response control for session tracking.class
SortRequestControl
Request control for server side sorting.class
SortResponseControl
Response control for server side sorting.class
SyncDoneControl
Response control for ldap content synchronization.class
SyncRequestControl
Request control for ldap content synchronization.class
SyncStateControl
Response control for ldap content synchronization.class
TreeDeleteControl
Request control for TreeDelete.class
VirtualListViewRequestControl
Request control for virtual list view.class
VirtualListViewResponseControl
Response control for virtual list view.
-