Class BindResponseFactory

    • Method Detail

      • encodeReverse

        public void encodeReverse​(LdapApiService codec,
                                  Asn1Buffer buffer,
                                  Message message)
        Encode the BindResponse message to a PDU.
        BindResponse :
         0x61 L1
          |
          +--> LdapResult
         [+--0x87 LL serverSaslCreds]
         
        Parameters:
        codec - The LdapApiService instance
        buffer - The buffer where to put the PDU
        message - the BindResponse to encode