Interface SyncInfoValue

  • All Superinterfaces:
    IntermediateResponse, Message, Response, ResultResponse
    All Known Implementing Classes:
    SyncInfoValueImpl

    public interface SyncInfoValue
    extends IntermediateResponse
    A syncInfoValue object, as defined in RFC 4533 ;
     2.5.  Sync Info Message
    
        The Sync Info Message is an LDAP Intermediate Response Message
        [RFC4511] where responseName is the object identifier
        1.3.6.1.4.1.4203.1.9.1.4 and responseValue contains a BER-encoded
        syncInfoValue.  The criticality is FALSE (and hence absent).
    
           syncInfoValue ::= CHOICE {
               newcookie      [0] syncCookie,
               refreshDelete  [1] SEQUENCE {
                   cookie         syncCookie OPTIONAL,
                   refreshDone    BOOLEAN DEFAULT TRUE
               },
               refreshPresent [2] SEQUENCE {
                   cookie         syncCookie OPTIONAL,
                   refreshDone    BOOLEAN DEFAULT TRUE
               },
               syncIdSet      [3] SEQUENCE {
                   cookie         syncCookie OPTIONAL,
                   refreshDeletes BOOLEAN DEFAULT FALSE,
                   syncUUIDs      SET OF syncUUID
               }
           }
     
    Author:
    Apache Directory Project