subscriber

This element has the subscriber information. And has the following 3 attributes:

  • username—The value given in the username attribute must be same as the username that will be sent in the Authorization Header in the Request message from the users. Refer RFC 2617 Http Authentication for details.
  • hash—The hash provided in the XML must be an MD5 hash of the Username, digest-realm and the password of the user. This is same as the H(A1) described in RFC 2617.

    hash = md5(username:digest-realm:password)

  • encrypted—The encrypted flag indicates if the "hash" given in the XML file is encrypted or not