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.org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of AuthOption in org.apache.http.auth
Fields in org.apache.http.auth with type parameters of type AuthOption Modifier and Type Field Description private java.util.Queue<AuthOption>AuthState. authOptionsAvailable auth optionsMethods 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 availableAuthOptions.Method parameters in org.apache.http.auth with type arguments of type AuthOption Modifier and Type Method Description voidAuthState. update(java.util.Queue<AuthOption> authOptions)Updates the auth state with a queue ofAuthOptions. -
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 generatesAuthOptioninstance 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 AuthOption Modifier and Type Method Description java.util.Queue<AuthOption>AuthenticationStrategyAdaptor. 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)Deprecated.java.util.Queue<AuthOption>AuthenticationStrategyImpl. 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)
-