Uses of Class
org.apache.hc.client5.http.auth.AuthScope
Packages that use AuthScope
Package
Description
Client HTTP authentication APIs.
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
Standard and common HTTP authentication schemes.
-
Uses of AuthScope in org.apache.hc.client5.http.auth
Methods in org.apache.hc.client5.http.auth with parameters of type AuthScopeModifier and TypeMethodDescriptionCredentialsProvider.getCredentials
(AuthScope authScope, org.apache.hc.core5.http.protocol.HttpContext context) Returnscredentials
for the given authentication scope, if available.int
Tests if the authentication scopes match.void
CredentialsStore.setCredentials
(AuthScope authScope, Credentials credentials) Sets thecredentials
for the given authentication scope.Constructors in org.apache.hc.client5.http.auth with parameters of type AuthScope -
Uses of AuthScope in org.apache.hc.client5.http.fluent
Methods in org.apache.hc.client5.http.fluent with parameters of type AuthScope -
Uses of AuthScope in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as AuthScopeModifier and TypeFieldDescription(package private) final AuthScope
CredentialsProviderBuilder.Entry.authScope
private final AuthScope
SingleCredentialsProvider.authScope
Fields in org.apache.hc.client5.http.impl.auth with type parameters of type AuthScopeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<AuthScope, Credentials> BasicCredentialsProvider.credMap
private final Map
<AuthScope, Credentials> CredentialsProviderBuilder.credMap
private final Map
<AuthScope, Credentials> FixedCredentialsProvider.credMap
Methods in org.apache.hc.client5.http.impl.auth with parameters of type AuthScopeModifier and TypeMethodDescriptionCredentialsProviderBuilder.add
(AuthScope authScope, Credentials credentials) BasicCredentialsProvider.getCredentials
(AuthScope authScope, org.apache.hc.core5.http.protocol.HttpContext context) FixedCredentialsProvider.getCredentials
(AuthScope authScope, org.apache.hc.core5.http.protocol.HttpContext context) SingleCredentialsProvider.getCredentials
(AuthScope authScope, org.apache.hc.core5.http.protocol.HttpContext context) SystemDefaultCredentialsProvider.getCredentials
(AuthScope authScope, org.apache.hc.core5.http.protocol.HttpContext context) private static PasswordAuthentication
SystemDefaultCredentialsProvider.getProxyCredentials
(String protocol, AuthScope authScope) private static PasswordAuthentication
SystemDefaultCredentialsProvider.getSystemCreds
(String protocol, AuthScope authScope, Authenticator.RequestorType requestorType, HttpClientContext context) (package private) static Credentials
CredentialsMatcher.matchCredentials
(Map<AuthScope, Credentials> map, AuthScope authScope) Find matchingcredentials
for the given authentication scope.void
BasicCredentialsProvider.setCredentials
(AuthScope authScope, Credentials credentials) void
SystemDefaultCredentialsProvider.setCredentials
(AuthScope authScope, Credentials credentials) Method parameters in org.apache.hc.client5.http.impl.auth with type arguments of type AuthScopeModifier and TypeMethodDescription(package private) static Credentials
CredentialsMatcher.matchCredentials
(Map<AuthScope, Credentials> map, AuthScope authScope) Find matchingcredentials
for the given authentication scope.Constructors in org.apache.hc.client5.http.impl.auth with parameters of type AuthScopeModifierConstructorDescription(package private)
Entry
(AuthScope authScope, Credentials credentials) SingleCredentialsProvider
(AuthScope authScope, String username, char[] password) SingleCredentialsProvider
(AuthScope authScope, Credentials credentials) Constructor parameters in org.apache.hc.client5.http.impl.auth with type arguments of type AuthScope