Uses of Class
org.restlet.engine.header.ChallengeWriter
Packages that use ChallengeWriter
Package
Description
Supports HTTP header parsing and formatting.
Supports security.
-
Uses of ChallengeWriter in org.restlet.engine.header
Methods in org.restlet.engine.header that return ChallengeWriterModifier and TypeMethodDescriptionChallengeWriter.appendChallengeParameter(String name) Appends a new parameter, prefixed with a comma.ChallengeWriter.appendChallengeParameter(String name, String value) Appends a new parameter, prefixed with a comma.ChallengeWriter.appendChallengeParameter(Parameter parameter) Appends a new challenge parameter, prefixed with a comma.ChallengeWriter.appendChallengeParameterSeparator()Appends a comma as a separator if the first parameter has already been written.ChallengeWriter.appendQuotedChallengeParameter(String name, String value) Appends a new parameter, prefixed with a comma.ChallengeWriter.appendQuotedChallengeParameter(Parameter parameter) Appends a new parameter, prefixed with a comma. -
Uses of ChallengeWriter in org.restlet.engine.security
Methods in org.restlet.engine.security with parameters of type ChallengeWriterModifier and TypeMethodDescriptionvoidAuthenticatorHelper.formatRequest(ChallengeWriter cw, ChallengeRequest challenge, Response response, Series<Header> httpHeaders) Formats a challenge request as raw credentials.voidHttpBasicHelper.formatRequest(ChallengeWriter cw, ChallengeRequest challenge, Response response, Series<Header> httpHeaders) voidAuthenticatorHelper.formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders) Formats a challenge response as raw credentials.voidHttpBasicHelper.formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)