Class ModifyRequestFactory

    • Method Detail

      • encodeReverse

        public void encodeReverse​(LdapApiService codec,
                                  Asn1Buffer buffer,
                                  Message message)
        Encode the ModifyRequest message to a PDU.
        ModifyRequest :
         0x66 LL
           0x04 LL object
           0x30 LL modifications
             0x30 LL modification sequence
               0x0A 0x01 operation
               0x30 LL modification
                 0x04 LL type
                 0x31 LL vals
                   0x04 LL attributeValue
                   ...
                   0x04 LL attributeValue
             ...
             0x30 LL modification sequence
               0x0A 0x01 operation
               0x30 LL modification
                 0x04 LL type
                 0x31 LL vals
                   0x04 LL attributeValue
                   ...
                   0x04 LL attributeValue
         
        Specified by:
        encodeReverse in interface Messagefactory
        Parameters:
        codec - The LdapApiService instance
        buffer - The buffer where to put the PDU
        message - the ModifyRequest to encode