Modifier and Type | Method and Description |
---|---|
List<ChallengeRequest> |
Response.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a
client.
|
List<ChallengeRequest> |
Response.getProxyChallengeRequests()
Returns the list of authentication requests sent by an origin server to a
client.
|
Modifier and Type | Method and Description |
---|---|
void |
Response.setChallengeRequests(List<ChallengeRequest> challengeRequests)
Sets the list of authentication requests sent by an origin server to a
client.
|
void |
Response.setProxyChallengeRequests(List<ChallengeRequest> proxyChallengeRequests)
Sets the modifiable list of authentication requests sent by a proxy to a
client.
|
Constructor and Description |
---|
ChallengeResponse(ChallengeRequest challengeRequest,
Response response,
String identifier,
char[] secret)
Constructor.
|
ChallengeResponse(ChallengeRequest challengeRequest,
Response response,
String identifier,
char[] secret,
String secretAlgorithm)
Constructor.
|
ChallengeResponse(ChallengeRequest challengeRequest,
Response response,
String identifier,
String secret)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ChallengeRequest |
ChallengeRequestReader.readValue() |
Modifier and Type | Method and Description |
---|---|
HeaderWriter<ChallengeRequest> |
ChallengeWriter.append(ChallengeRequest value) |
Modifier and Type | Method and Description |
---|---|
HeaderWriter<ChallengeRequest> |
ChallengeWriter.append(ChallengeRequest value) |
Modifier and Type | Method and Description |
---|---|
static List<ChallengeRequest> |
AuthenticatorUtils.parseRequest(Response response,
String header,
Series<Header> httpHeaders)
Parses an authenticate header into a list of challenge request.
|
Modifier and Type | Method and Description |
---|---|
static String |
AuthenticatorUtils.formatRequest(ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders)
Formats a challenge request as a HTTP header value.
|
void |
HttpBasicHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
void |
AuthenticatorHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders)
Formats a challenge request as raw credentials.
|
void |
HttpBasicHelper.parseRequest(ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
void |
AuthenticatorHelper.parseRequest(ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders)
Parses an authenticate header into a challenge request.
|
Modifier and Type | Method and Description |
---|---|
protected ChallengeRequest |
DigestAuthenticator.createChallengeRequest(boolean stale) |
Modifier and Type | Method and Description |
---|---|
void |
HttpDigestHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
void |
HttpDigestHelper.parseRequest(ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
Modifier and Type | Method and Description |
---|---|
List<ChallengeRequest> |
Resource.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a
client.
|
List<ChallengeRequest> |
Resource.getProxyChallengeRequests()
Returns the list of proxy authentication requests sent by an origin
server to a client.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerResource.setChallengeRequests(List<ChallengeRequest> requests)
Sets the list of authentication requests sent by an origin server to a
client.
|
void |
ServerResource.setProxyChallengeRequests(List<ChallengeRequest> requests)
Sets the list of proxy authentication requests sent by an origin server
to a client.
|
Modifier and Type | Method and Description |
---|---|
protected ChallengeRequest |
ChallengeAuthenticator.createChallengeRequest(boolean stale)
Creates a new challenge request.
|
Modifier and Type | Method and Description |
---|---|
List<ChallengeRequest> |
WrapperResponse.getChallengeRequests()
Returns the list of authentication requests sent by an origin server to a
client.
|
List<ChallengeRequest> |
WrapperResponse.getProxyChallengeRequests()
Returns the list of authentication requests sent by a proxy to a client.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperResponse.setChallengeRequests(List<ChallengeRequest> requests)
Sets the list of authentication requests sent by an origin server to a
client.
|
void |
WrapperResponse.setProxyChallengeRequests(List<ChallengeRequest> requests)
Sets the list of authentication requests sent by a proxy to a client.
|
Copyright © 2005–2017. All rights reserved.