Class SyncRequestValueGrammar

  • All Implemented Interfaces:
    Grammar<SyncRequestValueContainer>

    public final class SyncRequestValueGrammar
    extends AbstractGrammar<SyncRequestValueContainer>
    This class implements the SyncRequestValueControl. All the actions are declared in this class. As it is a singleton, these declaration are only done once. The decoded grammar is the following : syncRequestValue ::= SEQUENCE { mode ENUMERATED { -- 0 unused refreshOnly (1), -- 2 reserved refreshAndPersist (3) }, cookie syncCookie OPTIONAL, reloadHint BOOLEAN DEFAULT FALSE }
    Author:
    Apache Directory Project