|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SyncStateValue
A syncStateValue object, as defined in RFC 4533 :
2.3. Sync State Control
The Sync State Control is an LDAP Control [RFC4511] where the
controlType is the object identifier 1.3.6.1.4.1.4203.1.9.1.2 and the
controlValue, an OCTET STRING, contains a BER-encoded syncStateValue.
The criticality is FALSE.
syncStateValue ::= SEQUENCE {
state ENUMERATED {
present (0),
add (1),
modify (2),
delete (3)
},
entryUUID syncUUID,
cookie syncCookie OPTIONAL
}
The Sync State Control is only applicable to SearchResultEntry and
SearchResultReference Messages.
| Field Summary | |
|---|---|
static String |
OID
This control OID |
| Method Summary | |
|---|---|
byte[] |
getCookie()
|
byte[] |
getEntryUUID()
|
SyncStateTypeEnum |
getSyncStateType()
|
void |
setCookie(byte[] cookie)
|
void |
setEntryUUID(byte[] entryUUID)
set the entryUUID |
void |
setSyncStateType(SyncStateTypeEnum syncStateType)
set the syncState's type |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Control |
|---|
getOid, isCritical, setCritical |
| Field Detail |
|---|
static final String OID
| Method Detail |
|---|
byte[] getCookie()
void setCookie(byte[] cookie)
cookie - the cookie to setSyncStateTypeEnum getSyncStateType()
void setSyncStateType(SyncStateTypeEnum syncStateType)
syncStateType - the syncState's typebyte[] getEntryUUID()
void setEntryUUID(byte[] entryUUID)
entryUUID - the entryUUID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||