Interface | Description |
---|---|
ExtendedResult |
A Extended result indicates the status of an Extended operation and any additional information associated with the Extended operation, including the optional response name and value.
|
ExtendedResultDecoder<R extends ExtendedResult> |
A factory interface for decoding a generic extended result as an extended result of specific type.
|
Result |
A Result is used to indicate the status of an operation performed by the server.
|
ResultHandler |
A completion handler for consuming the result of an Ldap operation.
|
SearchResultEntry |
A Search Result Entry represents an entry found during a Search operation.
|
SearchResultHandler |
A completion handler for consuming the results of a Search operation.
|
SearchResultReference |
A Search Result Reference represents an area not yet explored during a Search operation.
|