| 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.
|
| EntryChangeNotificationControl.ChangeNumberHandler |
Parse handler implementation for the change number.
|
| EntryChangeNotificationControl.ChangeTypeHandler |
Parse handler implementation for the change type.
|
| EntryChangeNotificationControl.PreviousDnHandler |
Parse handler implementation for the previous dn.
|
| ManageDsaITControl |
Request control for ManageDsaIT.
|
| PagedResultsControl |
Request/response control for PagedResults.
|
| PagedResultsControl.CookieHandler |
Parse handler implementation for the cookie.
|
| PagedResultsControl.SizeHandler |
Parse handler implementation for the size.
|
| PasswordExpiredControl |
Response control indicating an expired password.
|
| PasswordExpiringControl |
Response control indicating a password that will expire.
|
| PasswordPolicyControl |
Request/response control for password policy.
|
| PasswordPolicyControl.ErrorHandler |
Parse handler implementation for the error.
|
| PasswordPolicyControl.GraceAuthnsRemainingHandler |
Parse handler implementation for the grace authns remaining.
|
| PasswordPolicyControl.TimeBeforeExpirationHandler |
Parse handler implementation for the time before expiration.
|
| PersistentSearchRequestControl |
Request control for persistent search.
|
| ProxyAuthorizationControl |
Request control for proxy authorization.
|
| SessionTrackingControl |
Request/response control for session tracking.
|
| SessionTrackingControl.FormatOIDHandler |
Parse handler implementation for the format oid.
|
| SessionTrackingControl.SourceIpHandler |
Parse handler implementation for the source ip.
|
| SessionTrackingControl.SourceNameHandler |
Parse handler implementation for the source name.
|
| SessionTrackingControl.TrackingIdentifierHandler |
Parse handler implementation for the tracking identifier.
|
| SortKey |
Used by
SortRequestControl to declare how sorting should occur. |
| SortRequestControl |
Request control for server side sorting.
|
| SortResponseControl |
Response control for server side sorting.
|
| SortResponseControl.AttributeTypeHandler |
Parse handler implementation for the attribute type.
|
| SortResponseControl.SortResultHandler |
Parse handler implementation for the sort result.
|
| SyncDoneControl |
Response control for ldap content synchronization.
|
| SyncDoneControl.CookieHandler |
Parse handler implementation for the cookie.
|
| SyncDoneControl.RefreshDeletesHandler |
Parse handler implementation for the refresh deletes flag.
|
| SyncRequestControl |
Request control for ldap content synchronization.
|
| SyncStateControl |
Response control for ldap content synchronization.
|
| SyncStateControl.CookieHandler |
Parse handler implementation for the cookie.
|
| SyncStateControl.EntryUuidHandler |
Parse handler implementation for the entry uuid.
|
| SyncStateControl.StateHandler |
Parse handler implementation for the sync state.
|
| TreeDeleteControl |
Request control for TreeDelete.
|
| VirtualListViewRequestControl |
Request control for virtual list view.
|
| VirtualListViewResponseControl |
Response control for virtual list view.
|
| VirtualListViewResponseControl.ContentCountHandler |
Parse handler implementation for the content count.
|
| VirtualListViewResponseControl.ContextIDHandler |
Parse handler implementation for the context ID.
|
| VirtualListViewResponseControl.TargetPositionHandler |
Parse handler implementation for the target position.
|
| VirtualListViewResponseControl.ViewResultHandler |
Parse handler implementation for the view result.
|
| 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 © 2003-2019 Virginia Tech. All Rights Reserved.