Package | Description |
---|---|
org.apache.http.auth |
The API for client-side HTTP authentication against a server.
|
org.apache.http.client |
The API for client-side HTTP communication.
|
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-2013 The Apache Software Foundation. All Rights Reserved.