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.private AuthScope
AuthState.authScope
Actual authentication scopeMethods 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
Fields in org.apache.http.impl.client with type parameters of type AuthScopeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<AuthScope, Credentials> BasicCredentialsProvider.credMap
Methods in org.apache.http.impl.client with parameters of type AuthScopeModifier and TypeMethodDescriptionBasicCredentialsProvider.getCredentials
(AuthScope authscope) SystemDefaultCredentialsProvider.getCredentials
(AuthScope authscope) private static PasswordAuthentication
SystemDefaultCredentialsProvider.getProxyCredentials
(String protocol, AuthScope authscope) private static PasswordAuthentication
SystemDefaultCredentialsProvider.getSystemCreds
(String protocol, AuthScope authscope, Authenticator.RequestorType requestorType) private static Credentials
BasicCredentialsProvider.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.http.impl.client with type arguments of type AuthScopeModifier and TypeMethodDescriptionprivate static Credentials
BasicCredentialsProvider.matchCredentials
(Map<AuthScope, Credentials> map, AuthScope authscope) Find matchingcredentials
for the given authentication scope.