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 with type parameters of type AuthScopeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<AuthScope,Credentials> BasicCredentialsProvider.credMapMethods in org.apache.hc.client5.http.impl.auth with parameters of type AuthScopeModifier and TypeMethodDescriptionBasicCredentialsProvider.getCredentials(AuthScope authScope, org.apache.hc.core5.http.protocol.HttpContext httpContext) 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) private static CredentialsBasicCredentialsProvider.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 TypeMethodDescriptionprivate static CredentialsBasicCredentialsProvider.matchCredentials(Map<AuthScope, Credentials> map, AuthScope authScope) Find matchingcredentialsfor the given authentication scope.