| Interface | Description |
|---|---|
| Control |
Marker interface for ldap controls.
|
| RequestControl |
Marker interface for ldap request controls.
|
| ResponseControl |
Marker interface for ldap response controls.
|
| Class | Description |
|---|---|
| AbstractControl |
Base class for ldap controls.
|
| AuthorizationIdentityRequestControl |
Request control for authorization identify.
|
| AuthorizationIdentityResponseControl |
Response control for authorization identity.
|
| ControlFactory |
Utility class for creating controls.
|
| EntryChangeNotificationControl |
Response control for persistent search.
|
| ManageDsaITControl |
Request control for ManageDsaIT.
|
| PagedResultsControl |
Request/response control for PagedResults.
|
| PasswordExpiredControl |
Response control indicating an expired password.
|
| PasswordExpiringControl |
Response control indicating a password that will expire.
|
| PasswordPolicyControl |
Request/response control for password policy.
|
| PersistentSearchRequestControl |
Request control for persistent search.
|
| ProxyAuthorizationControl |
Request control for proxy authorization.
|
| SortKey |
Used by
SortRequestControl to declare how sorting should occur. |
| SortRequestControl |
Request control for server side sorting.
|
| SortResponseControl |
Response control for server side sorting.
|
| SyncDoneControl |
Response control for ldap content synchronization.
|
| SyncRequestControl |
Request control for ldap content synchronization.
|
| SyncStateControl |
Response control for ldap content synchronization.
|
| VirtualListViewRequestControl |
Request control for virtual list view.
|
| VirtualListViewResponseControl |
Response control for virtual list view.
|
| Enum | Description |
|---|---|
| PasswordPolicyControl.Error |
Enum for ppolicy errors.
|
| PersistentSearchChangeType |
The set of change types available for use with the
PersistentSearchRequestControl and returned by the EntryChangeNotificationControl. |
| SyncRequestControl.Mode |
Types of request modes.
|
| SyncStateControl.State |
Types of states.
|
Copyright © 2023. All rights reserved.