git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1580267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-03-22 17:40:37 +00:00
parent b2e8a927f2
commit 5e0875f0ae
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ abstract class AuthenticationStrategyImpl implements AuthenticationStrategy {
return status == this.challengeCode;
}
/**
* Generates a map of challenge auth-scheme => Header entries
* @return map: key=lower-cased auth-scheme name, value=Header that contains the challenge
*/
@Override
public Map<String, Header> getChallenges(
final HttpHost authhost,