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
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) SystemDefaultCredentialsProvider.getCredentials(AuthScope authScope, org.apache.hc.core5.http.protocol.HttpContext context) voidBasicCredentialsProvider.setCredentials(AuthScope authScope, Credentials credentials) voidSystemDefaultCredentialsProvider.setCredentials(AuthScope authScope, Credentials credentials)