Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1580267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2e8a927f2
commit
5e0875f0ae
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue