Uses of Class
org.apache.http.auth.AuthScope
| Package | Description |
|---|---|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.impl.client |
-
Uses of AuthScope in org.apache.http.auth
Fields in org.apache.http.auth declared as AuthScope Modifier and Type Field Description static AuthScopeAuthScope. ANYDefault scope matching any host, port, realm and authentication scheme.Methods in org.apache.http.auth that return AuthScope Modifier and Type Method Description AuthScopeAuthState. getAuthScope()Returns actualAuthScopeif availableMethods in org.apache.http.auth with parameters of type AuthScope Modifier and Type Method Description intAuthScope. match(AuthScope that)Tests if the authentication scopes match.voidAuthState. setAuthScope(AuthScope authScope)Sets actualAuthScope.Constructors in org.apache.http.auth with parameters of type AuthScope Constructor Description AuthScope(AuthScope authscope)Creates a copy of the given credentials scope. -
Uses of AuthScope in org.apache.http.client
Methods in org.apache.http.client with parameters of type AuthScope Modifier and Type Method Description CredentialsCredentialsProvider. 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 AuthScope Modifier and Type Method Description CredentialsBasicCredentialsProvider. getCredentials(AuthScope authscope)Get thecredentialsfor the given authentication scope.voidBasicCredentialsProvider. setCredentials(AuthScope authscope, Credentials credentials)Sets thecredentialsfor the given authentication scope.