Extracts a map of challenge parameters from an authentication challenge.
Keys in the map are lower-cased
Parameters: challengeStr - the authentication challenge string a map of authentication challenge parameters throws: MalformedChallengeException - when the authentication challenge stringis malformed since: 2.0beta1
Extracts authentication scheme from the given authentication
challenge.
Parameters: challengeStr - the authentication challenge string authentication scheme throws: MalformedChallengeException - when the authentication challenge stringis malformed since: 2.0beta1
Extracts a map of challenges ordered by authentication scheme name
Parameters: headers - the array of authorization challenges a map of authorization challenges throws: MalformedChallengeException - if any of challenge stringsis malformed since: 3.0