Class CredentialsMatcher
java.lang.Object
org.apache.hc.client5.http.impl.auth.CredentialsMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Credentials
matchCredentials
(Map<AuthScope, Credentials> map, AuthScope authScope) Find matchingcredentials
for the given authentication scope.
-
Constructor Details
-
CredentialsMatcher
CredentialsMatcher()
-
-
Method Details
-
matchCredentials
Find matchingcredentials
for the given authentication scope.- Parameters:
map
- the credentials hash mapauthScope
- theauthentication scope
- Returns:
- the credentials
-