| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message.controls |
| Class and Description |
|---|
| AbstractControl
A simple implementation of the
Control interface with storage for
the OID and the criticality properties. |
| Cascade
The Cascade control
|
| ChangeType
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-03
PersistentSearch ::= SEQUENCE {
changeTypes INTEGER,
changesOnly BOOLEAN,
returnECs BOOLEAN
}
|
| ProxiedAuthz
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
Implementation of Server Side Sort request control based on
the RFC 2891
SortKeyList ::= SEQUENCE OF SEQUENCE { attributeType AttributeDescription, orderingRule [0] MatchingRuleId OPTIONAL, reverseOrder [1] BOOLEAN DEFAULT FALSE } |
| 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.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.