| Package | Description |
|---|---|
| org.codehaus.httpcache4j | |
| org.codehaus.httpcache4j.auth | |
| org.codehaus.httpcache4j.auth.bearer | |
| org.codehaus.httpcache4j.mutable |
| Modifier and Type | Class and Description |
|---|---|
class |
UsernamePasswordChallenge
Represents a Username and password challenge.
|
| Modifier and Type | Method and Description |
|---|---|
Challenge |
HTTPRequest.getChallenge() |
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
HTTPRequest.challenge(Challenge challenge) |
| Constructor and Description |
|---|
HTTPRequest(URI requestURI,
HTTPMethod method,
Headers headers,
Challenge challenge,
Payload payload,
org.joda.time.DateTime requestTime) |
| Modifier and Type | Method and Description |
|---|---|
Challenge |
ChallengeProvider.getChallenge() |
Challenge |
ChallengeProvider.Stub.getChallenge() |
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
DigestAuthenticatorStrategy.prepareWithProxy(HTTPRequest request,
Challenge challenge,
AuthScheme scheme) |
HTTPRequest |
BasicAuthenticatorStrategy.prepareWithProxy(HTTPRequest request,
Challenge challenge,
AuthScheme scheme) |
HTTPRequest |
AuthenticatorStrategy.prepareWithProxy(HTTPRequest request,
Challenge challenge,
AuthScheme scheme) |
| Modifier and Type | Class and Description |
|---|---|
class |
BearerTokenChallenge |
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
BearerAuthenticatorStrategy.prepareWithProxy(HTTPRequest request,
Challenge challenge,
AuthScheme scheme) |
| Modifier and Type | Method and Description |
|---|---|
Challenge |
MutableRequest.getChallenge() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableRequest.setChallenge(Challenge challenge) |
Copyright © 2008-2013. All Rights Reserved.