Class AdDirSyncRequestGrammar

  • All Implemented Interfaces:
    Grammar<AdDirSyncRequestContainer>

    public final class AdDirSyncRequestGrammar
    extends AbstractGrammar<AdDirSyncRequestContainer>
    Implementation of AdDirSync Request Control. All the actions are declared in this class. As it is a singleton, these declaration are only done once. The decoded grammar is as follows :
     realReplControlValue ::= SEQUENCE {
         parentsFirst          integer
         maxAttributeCount     integer
         cookie                OCTET STRING
     }
     
    Author:
    Apache Directory Project