|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthOption | |
---|---|
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 | |
---|---|
Queue<AuthOption> |
AuthState.getAuthOptions()
Returns available AuthOption s. |
Method parameters in org.apache.http.auth with type arguments of type AuthOption | |
---|---|
void |
AuthState.update(Queue<AuthOption> authOptions)
Updates the auth state with a queue of AuthOption s. |
Uses of AuthOption in org.apache.http.client |
---|
Methods in org.apache.http.client that return types with arguments of type AuthOption | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |