Uses of Package
org.apache.directory.api.ldap.model.message.controls
-
Packages that use org.apache.directory.api.ldap.model.message.controls Package Description org.apache.directory.api.ldap.model.message.controls -
Classes in org.apache.directory.api.ldap.model.message.controls used by org.apache.directory.api.ldap.model.message.controls Class Description AbstractControl A simple implementation of theControlinterface with storage for the OID and the criticality properties.Cascade The Cascade controlChangeType Enumeration type for entry changes associates with the persistent search control and the entry change control.EntryChange A response control that may be returned by Persistent Search entry responses.ManageDsaIT Control which allows for the management of referrals and other DSA specific entities without processing them: meaning the referrals are treated as regular entries using this control.PagedResults A request/response control used to implement a simple paging of search results.PersistentSearch A persistence search object, as defined in https://tools.ietf.org/html/draft-ietf-ldapext-psearch-03ProxiedAuthz Control which defines the Proxy Authorization request.SortKey Datastructure to store the Attribute name, matching rule ID of the attribute
and the sort order.SortRequest SortResponse SortResult ::= SEQUENCE { sortResult ENUMERATED { success (0), -- results are sorted operationsError (1), -- server internal failure timeLimitExceeded (3), -- timelimit reached before sorting was completed strongAuthRequired (8), -- refused to return sorted results via insecure protocol adminLimitExceeded (11), -- too many matching entries for the server to sort noSuchAttribute (16), -- unrecognized attribute type in sort key inappropriateMatching (18), -- unrecognized or inappropriate matching rule in sort key insufficientAccessRights (50), -- refused to return sorted results to this client busy (51), -- too busy to process unwillingToPerform (53), -- unable to sort other (80)
}, attributeType [0] AttributeDescription OPTIONAL }SortResultCode Enumeration of the result codes of a SortResult defined in RFC 2891 for server side sort control.Subentries A simple Subentries Control.