Package | Description |
---|---|
org.apache.http.auth |
Client HTTP authentication APIs.
|
org.apache.http.client |
Client HTTP communication APIs.
|
Modifier and Type | Method and Description |
---|---|
Queue<AuthOption> |
AuthState.getAuthOptions()
Returns available
AuthOption s. |
Modifier and Type | Method and Description |
---|---|
void |
AuthState.update(Queue<AuthOption> authOptions)
Updates the auth state with a queue of
AuthOption s. |
Modifier and Type | Method and Description |
---|---|
Queue<AuthOption> |
AuthenticationStrategy.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 generates
AuthOption instance capable of
processing that challenge. |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.