Package | Description |
---|---|
org.restlet.engine.header | |
org.restlet.engine.security | |
org.restlet.ext.crypto.internal |
Modifier and Type | Method and Description |
---|---|
ChallengeWriter |
ChallengeWriter.appendChallengeParameter(Parameter parameter)
Appends a new challenge parameter, prefixed with a comma.
|
ChallengeWriter |
ChallengeWriter.appendChallengeParameter(String name)
Appends a new parameter, prefixed with a comma.
|
ChallengeWriter |
ChallengeWriter.appendChallengeParameter(String name,
String value)
Appends a new parameter, prefixed with a comma.
|
ChallengeWriter |
ChallengeWriter.appendChallengeParameterSeparator()
Appends a comma as a separator if the first parameter has already been
written.
|
ChallengeWriter |
ChallengeWriter.appendQuotedChallengeParameter(Parameter parameter)
Appends a new parameter, prefixed with a comma.
|
ChallengeWriter |
ChallengeWriter.appendQuotedChallengeParameter(String name,
String value)
Appends a new parameter, prefixed with a comma.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders)
Formats a challenge request as raw credentials.
|
void |
HttpBasicHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
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.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
Modifier and Type | Method and Description |
---|---|
void |
HttpDigestHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
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) |
Copyright © 2005–2015. All rights reserved.