Package com.unboundid.ldap.sdk.controls
This package contains implementations for a number of standard LDAP controls
which may be included in requests and/or responses to provide additional
information about the way that a request should be processed, or about the
result of operation processing.
-
Class Summary Class Description AssertionRequestControl This class provides an implementation of the LDAP assertion request control as defined in RFC 4528.AuthorizationIdentityRequestControl This class provides an implementation of the authorization identity bind request control as described in RFC 3829.AuthorizationIdentityResponseControl This class provides an implementation of the authorization identity bind response control as defined in RFC 3829.ContentSyncDoneControl This class provides an implementation of the LDAP content synchronization done control as defined in RFC 4533.ContentSyncInfoIntermediateResponse This class provides an implementation of the sync info message, which is an intermediate response message used by the content synchronization operation as defined in RFC 4533.ContentSyncRequestControl This class provides an implementation of the LDAP content synchronization request control as defined in RFC 4533.ContentSyncStateControl This class provides an implementation of the LDAP content synchronization state control as defined in RFC 4533.DontUseCopyRequestControl This class provides an implementation of the LDAP don't use copy control as defined in RFC 6171.EntryChangeNotificationControl This class provides an implementation of the entry change notification control as defined in draft-ietf-ldapext-psearch.ManageDsaITRequestControl This class provides an implementation of the ManageDsaIT control as described in RFC 3296.MatchedValuesFilter This class provides an implementation of the simple filter item for use with theMatchedValuesRequestControl
as defined in RFC 3876.MatchedValuesRequestControl This class provides an implementation of the matched values request control as defined in RFC 3876.PasswordExpiredControl This class provides an implementation of the password expired control as described in draft-vchu-ldap-pwd-policy.PasswordExpiringControl This class provides an implementation of the expiring expiring control as described in draft-vchu-ldap-pwd-policy.PermissiveModifyRequestControl This class provides an implementation of the permissive modify request control, which is supported by a number of servers and may be included in a modify request to indicate that the server should not reject a modify request which attempts to add an attribute value which already exists or remove an attribute value which does not exist.PersistentSearchRequestControl This class provides an implementation of the persistent search request control as defined in draft-ietf-ldapext-psearch.PostReadRequestControl This class provides an implementation of the LDAP post-read request control as defined in RFC 4527.PostReadResponseControl This class provides an implementation of the LDAP post-read response control as defined in RFC 4527.PreReadRequestControl This class provides an implementation of the LDAP pre-read request control as defined in RFC 4527.PreReadResponseControl This class provides an implementation of the LDAP pre-read response control as defined in RFC 4527.ProxiedAuthorizationV1RequestControl This class provides an implementation of the proxied authorization V1 request control, which may be used to request that the associated operation be performed as if it had been requested by some other user.ProxiedAuthorizationV2RequestControl This class provides an implementation of the proxied authorization V2 request control, as defined in RFC 4370.ServerSideSortRequestControl This class provides an implementation of the server-side sort request control, as defined in RFC 2891.ServerSideSortResponseControl This class provides an implementation of the server-side sort response control, as defined in RFC 2891.SimplePagedResultsControl This class provides an implementation of the simple paged results control as defined in RFC 2696.SortKey This class provides a data structure for representing a sort key that is to be used in conjunction with theServerSideSortRequestControl
for requesting that the server sort the results before returning them to the client.SubentriesRequestControl This class provides an implementation of the LDAP subentries request control as defined in draft-ietf-ldup-subentry.SubtreeDeleteRequestControl This class provides an implementation of the subtree delete request control as defined in draft-armijo-ldap-treedelete.TransactionSpecificationRequestControl This class provides an implementation of the transaction specification request control as defined in RFC 5805.VirtualListViewRequestControl This class provides an implementation of the LDAP virtual list view (VLV) request control as defined in draft-ietf-ldapext-ldapv3-vlv.VirtualListViewResponseControl This class provides an implementation of the virtual list view (VLV) response control, as defined in draft-ietf-ldapext-ldapv3-vlv. -
Enum Summary Enum Description ContentSyncInfoType This enum defines the synchronization states for entries returned with the content synchronization state control.ContentSyncRequestMode This enum defines the modes which may be used with the content synchronization request control.ContentSyncState This enum defines the synchronization states for entries returned with the content synchronization state control.PersistentSearchChangeType This enum defines a set of change types that can be associated with persistent search operations.