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 AuthScopeAuthScope.ANYDefault 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 TypeMethodDescriptionintTests if the authentication scopes match.voidAuthState.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 thecredentialsfor the given authentication scope.voidCredentialsProvider.setCredentials(AuthScope authscope, Credentials credentials) Sets thecredentialsfor 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) voidBasicCredentialsProvider.setCredentials(AuthScope authscope, Credentials credentials) voidSystemDefaultCredentialsProvider.setCredentials(AuthScope authscope, Credentials credentials)