Uses of Class
org.apache.http.auth.AuthOption
-
Packages that use AuthOption Package Description org.apache.http.auth Client HTTP authentication APIs.org.apache.http.client 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 AuthOption Modifier and Type Method Description java.util.Queue<AuthOption>
AuthState. getAuthOptions()
Returns availableAuthOption
s.Method parameters in org.apache.http.auth with type arguments of type AuthOption Modifier and Type Method Description void
AuthState. update(java.util.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 AuthOption Modifier and Type Method Description java.util.Queue<AuthOption>
AuthenticationStrategy. select(java.util.Map<java.lang.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.
-