Uses of Class
org.apache.http.auth.AuthOption
Packages that use AuthOption
Package
Description
Client HTTP authentication APIs.
Client HTTP communication APIs.
Default HTTP client implementation.
-
Uses of AuthOption in org.apache.http.auth
Fields in org.apache.http.auth with type parameters of type AuthOptionModifier and TypeFieldDescriptionprivate Queue
<AuthOption> AuthState.authOptions
Available auth optionsMethods in org.apache.http.auth that return types with arguments of type AuthOptionMethod parameters in org.apache.http.auth with type arguments of type AuthOptionModifier and TypeMethodDescriptionvoid
AuthState.update
(Queue<AuthOption> authOptions) Updates the auth state with a queue ofAuthOption
s. -
Uses of AuthOption in org.apache.http.client
Methods in org.apache.http.client that return types with arguments of type AuthOptionModifier and TypeMethodDescriptionAuthenticationStrategy.select
(Map<String, org.apache.http.Header> challenges, org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Selects one authentication challenge out of all available and creates and generatesAuthOption
instance capable of processing that challenge. -
Uses of AuthOption in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return types with arguments of type AuthOptionModifier and TypeMethodDescriptionAuthenticationStrategyAdaptor.select
(Map<String, org.apache.http.Header> challenges, org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Deprecated.AuthenticationStrategyImpl.select
(Map<String, org.apache.http.Header> challenges, org.apache.http.HttpHost authhost, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)