Uses of Class
org.apache.http.auth.AuthOption
Packages that use AuthOption
Package
Description
Client HTTP authentication APIs.
Client HTTP communication APIs.
-
Uses of AuthOption in org.apache.http.auth
Methods 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.