Uses of Class
org.apache.http.auth.AuthScope
Packages that use AuthScope
Package
Description
Client HTTP authentication APIs.
Client HTTP communication APIs.
Default HTTP client implementation.
-
Uses of AuthScope in org.apache.http.auth
Fields in org.apache.http.auth declared as AuthScopeModifier and TypeFieldDescriptionstatic final AuthScope
AuthScope.ANY
Default scope matching any host, port, realm and authentication scheme.Methods in org.apache.http.auth that return AuthScopeMethods in org.apache.http.auth with parameters of type AuthScopeModifier and TypeMethodDescriptionint
Tests if the authentication scopes match.void
AuthState.setAuthScope
(AuthScope authScope) Deprecated.(4.2) do not use.Constructors in org.apache.http.auth with parameters of type AuthScope -
Uses of AuthScope in org.apache.http.client
Methods in org.apache.http.client with parameters of type AuthScopeModifier and TypeMethodDescriptionCredentialsProvider.getCredentials
(AuthScope authscope) Get thecredentials
for the given authentication scope.void
CredentialsProvider.setCredentials
(AuthScope authscope, Credentials credentials) Sets thecredentials
for the given authentication scope. -
Uses of AuthScope in org.apache.http.impl.client
Methods in org.apache.http.impl.client with parameters of type AuthScopeModifier and TypeMethodDescriptionBasicCredentialsProvider.getCredentials
(AuthScope authscope) SystemDefaultCredentialsProvider.getCredentials
(AuthScope authscope) void
BasicCredentialsProvider.setCredentials
(AuthScope authscope, Credentials credentials) void
SystemDefaultCredentialsProvider.setCredentials
(AuthScope authscope, Credentials credentials)