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