public interface SyncDoneValue
extends org.apache.directory.api.ldap.model.message.Control
2.4. Sync Done Control
The Sync Done Control is an LDAP Control [RFC4511] where the
controlType is the object identifier 1.3.6.1.4.1.4203.1.9.1.3 and the
controlValue contains a BER-encoded syncDoneValue. The criticality
is FALSE (and hence absent).
syncDoneValue ::= SEQUENCE {
cookie syncCookie OPTIONAL,
refreshDeletes BOOLEAN DEFAULT FALSE
}
The Sync Done Control is only applicable to the SearchResultDone
Message.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCookie() |
boolean |
isRefreshDeletes() |
void |
setCookie(byte[] cookie) |
void |
setRefreshDeletes(boolean refreshDeletes) |
static final String OID
byte[] getCookie()
void setCookie(byte[] cookie)
cookie - cookie to be setboolean isRefreshDeletes()
void setRefreshDeletes(boolean refreshDeletes)
refreshDeletes - set the refreshDeletes flagCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.