Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
Request.getChallengeResponse()
Returns the authentication response sent by a client to an origin server.
|
ChallengeResponse |
Request.getProxyChallengeResponse()
Returns the authentication response sent by a client to a proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to an origin server.
|
void |
Request.setProxyChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to a proxy.
|
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
HttpRequest.getChallengeResponse() |
ChallengeResponse |
HttpRequest.getProxyChallengeResponse() |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequest.setChallengeResponse(ChallengeResponse response) |
void |
HttpRequest.setProxyChallengeResponse(ChallengeResponse response) |
Modifier and Type | Method and Description |
---|---|
static ChallengeResponse |
AuthenticatorUtils.parseResponse(Request request,
String header,
Series<Header> httpHeaders)
Parses an authorization header into a challenge response.
|
Modifier and Type | Method and Description |
---|---|
static String |
AuthenticatorUtils.formatResponse(ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders)
Formats a challenge response as a HTTP header value.
|
void |
HttpBasicHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
AuthenticatorHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders)
Formats a challenge response as raw credentials.
|
void |
SmtpPlainHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
HttpBasicHelper.parseResponse(ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
AuthenticatorHelper.parseResponse(ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders)
Parses an authorization header into a challenge response.
|
static void |
AuthenticatorUtils.update(ChallengeResponse challengeResponse,
Request request,
Response response)
Updates a
ChallengeResponse object according to given request and
response. |
static Reference |
AuthenticatorUtils.updateReference(Reference resourceRef,
ChallengeResponse challengeResponse,
Request request)
Optionally updates the request with a challenge response before sending
it.
|
Reference |
AuthenticatorHelper.updateReference(Reference resourceRef,
ChallengeResponse challengeResponse,
Request request)
Optionally updates the request with a challenge response before sending
it.
|
Modifier and Type | Method and Description |
---|---|
protected ChallengeResponse |
CookieAuthenticator.parseCredentials(String cookieValue)
Decodes the credentials stored in a cookie into a proper
ChallengeResponse object. |
Modifier and Type | Method and Description |
---|---|
protected String |
CookieAuthenticator.formatCredentials(ChallengeResponse challenge)
Formats the raws credentials to store in the cookie.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAzureSharedKeyLiteHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
HttpAwsS3Helper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
HttpDigestHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
HttpAzureSharedKeyHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
char[] |
HttpDigestHelper.formatResponseDigest(ChallengeResponse challengeResponse,
Request request)
Formats the response digest.
|
void |
HttpDigestHelper.parseResponse(ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
Reference |
HttpAwsQueryHelper.updateReference(Reference resourceRef,
ChallengeResponse challengeResponse,
Request request) |
Modifier and Type | Method and Description |
---|---|
protected ChallengeResponse |
TriggerResource.getTargetChallengeResponse(Resolver<String> resolver)
Returns the authentication data sent by client to the target according to
the a list of properties.
|
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
HttpInboundRequest.getChallengeResponse() |
ChallengeResponse |
HttpInboundRequest.getProxyChallengeResponse() |
Modifier and Type | Method and Description |
---|---|
void |
HttpInboundRequest.setChallengeResponse(ChallengeResponse response) |
void |
HttpInboundRequest.setProxyChallengeResponse(ChallengeResponse response) |
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
Service.getCredentials()
Returns the credentials used to authenticate requests.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setCredentials(ChallengeResponse credentials)
Sets the credentials used to authenticate requests.
|
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
SipInboundRequest.getChallengeResponse()
Deprecated.
|
ChallengeResponse |
SipInboundRequest.getProxyChallengeResponse()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SipInboundRequest.setChallengeResponse(ChallengeResponse response)
Deprecated.
|
void |
SipInboundRequest.setProxyChallengeResponse(ChallengeResponse response)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
Resource.getChallengeResponse()
Returns the authentication response sent by a client to an origin server.
|
ChallengeResponse |
Resource.getProxyChallengeResponse()
Returns the proxy authentication response sent by a client to an origin
server.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientResource.setChallengeResponse(ChallengeResponse challengeResponse)
Sets the authentication response sent by a client to an origin server.
|
void |
ClientResource.setProxyChallengeResponse(ChallengeResponse challengeResponse)
Sets the proxy authentication response sent by a client to an origin
server.
|
Modifier and Type | Method and Description |
---|---|
ChallengeResponse |
WrapperRequest.getChallengeResponse()
Returns the authentication response sent by a client to an origin server.
|
ChallengeResponse |
WrapperRequest.getProxyChallengeResponse()
Returns the authentication response sent by a client to a proxy.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRequest.setChallengeResponse(ChallengeResponse response)
Sets the authentication response sent by a client to an origin server.
|
void |
WrapperRequest.setProxyChallengeResponse(ChallengeResponse response)
Sets the authentication response sent by a client to a proxy.
|
Copyright © 2005–2018. All rights reserved.