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.private AuthScopeAuthState.authScopeActual authentication scopeMethods 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
Fields in org.apache.http.impl.client with type parameters of type AuthScopeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<AuthScope, Credentials> BasicCredentialsProvider.credMapMethods in org.apache.http.impl.client with parameters of type AuthScopeModifier and TypeMethodDescriptionBasicCredentialsProvider.getCredentials(AuthScope authscope) SystemDefaultCredentialsProvider.getCredentials(AuthScope authscope) private static PasswordAuthenticationSystemDefaultCredentialsProvider.getProxyCredentials(String protocol, AuthScope authscope) private static PasswordAuthenticationSystemDefaultCredentialsProvider.getSystemCreds(String protocol, AuthScope authscope, Authenticator.RequestorType requestorType) 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.http.impl.client with type arguments of type AuthScopeModifier and TypeMethodDescriptionprivate static CredentialsBasicCredentialsProvider.matchCredentials(Map<AuthScope, Credentials> map, AuthScope authscope) Find matchingcredentialsfor the given authentication scope.