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) Returnscredentialsfor the given authentication scope, if available.intTests if the authentication scopes match.voidCredentialsStore.setCredentials(AuthScope authScope, Credentials credentials) Sets thecredentialsfor 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 AuthScopeCredentialsProviderBuilder.Entry.authScopeprivate final AuthScopeSingleCredentialsProvider.authScopeFields in org.apache.hc.client5.http.impl.auth with type parameters of type AuthScopeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<AuthScope, Credentials> BasicCredentialsProvider.credMapprivate final Map<AuthScope, Credentials> CredentialsProviderBuilder.credMapprivate final Map<AuthScope, Credentials> FixedCredentialsProvider.credMapMethods 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 PasswordAuthenticationSystemDefaultCredentialsProvider.getProxyCredentials(String protocol, AuthScope authScope) private static PasswordAuthenticationSystemDefaultCredentialsProvider.getSystemCreds(String protocol, AuthScope authScope, Authenticator.RequestorType requestorType, HttpClientContext context) (package private) static CredentialsCredentialsMatcher.matchCredentials(Map<AuthScope, Credentials> map, AuthScope authScope) Find matchingcredentialsfor the given authentication scope.voidBasicCredentialsProvider.setCredentials(AuthScope authScope, Credentials credentials) voidSystemDefaultCredentialsProvider.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 CredentialsCredentialsMatcher.matchCredentials(Map<AuthScope, Credentials> map, AuthScope authScope) Find matchingcredentialsfor 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