Class CredentialsMatcher
- java.lang.Object
-
- org.apache.hc.client5.http.impl.auth.CredentialsMatcher
-
final class CredentialsMatcher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CredentialsMatcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static CredentialsmatchCredentials(java.util.Map<AuthScope,Credentials> map, AuthScope authScope)Find matchingcredentialsfor the given authentication scope.
-
-
-
Method Detail
-
matchCredentials
static Credentials matchCredentials(java.util.Map<AuthScope,Credentials> map, AuthScope authScope)
Find matchingcredentialsfor the given authentication scope.- Parameters:
map- the credentials hash mapauthScope- theauthentication scope- Returns:
- the credentials
-
-