[HTTPCLIENT-2041] AuthenticationStrategy#select() assumes challanges key to be lowercase

Properly document that lowercase keys are required.
This commit is contained in:
Michael Osipov 2019-12-27 12:31:53 +01:00
parent 782d8e40a0
commit f71ee38819
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public interface AuthenticationStrategy {
* in their order of preference.
*
* @param challengeType challenge type.
* @param challenges collection of challenges.
* @param challenges map of challenges keyed by lowercase auth scheme names.
* @param context HTTP context.
* @return authentication auth schemes that can be used for authentication. Can be empty.
*