Uses of Class
org.restlet.data.ChallengeResponse
Packages that use ChallengeResponse
Package
Description
Core classes of the Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Supports security.
Client and server resource classes.
Various utility classes.
-
Uses of ChallengeResponse in org.restlet
Methods in org.restlet that return ChallengeResponseModifier and TypeMethodDescriptionRequest.getChallengeResponse()Returns the authentication response sent by a client to an origin server.Request.getProxyChallengeResponse()Returns the authentication response sent by a client to a proxy.Methods in org.restlet with parameters of type ChallengeResponseModifier and TypeMethodDescriptionvoidRequest.setChallengeResponse(ChallengeResponse challengeResponse) Sets the authentication response sent by a client to an origin server.voidRequest.setProxyChallengeResponse(ChallengeResponse challengeResponse) Sets the authentication response sent by a client to a proxy. -
Uses of ChallengeResponse in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return ChallengeResponseModifier and TypeMethodDescriptionHttpRequest.getChallengeResponse()HttpRequest.getProxyChallengeResponse()Methods in org.restlet.engine.adapter with parameters of type ChallengeResponseModifier and TypeMethodDescriptionvoidHttpRequest.setChallengeResponse(ChallengeResponse response) voidHttpRequest.setProxyChallengeResponse(ChallengeResponse response) -
Uses of ChallengeResponse in org.restlet.engine.security
Methods in org.restlet.engine.security that return ChallengeResponseModifier and TypeMethodDescriptionstatic ChallengeResponseAuthenticatorUtils.parseResponse(Request request, String header, Series<Header> httpHeaders) Parses an authorization header into a challenge response.Methods in org.restlet.engine.security with parameters of type ChallengeResponseModifier and TypeMethodDescriptionvoidAuthenticatorHelper.formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders) Formats a challenge response as raw credentials.static StringAuthenticatorUtils.formatResponse(ChallengeResponse challenge, Request request, Series<Header> httpHeaders) Formats a challenge response as an HTTP header value.voidHttpBasicHelper.formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders) voidAuthenticatorHelper.parseResponse(ChallengeResponse challenge, Request request, Series<Header> httpHeaders) Parses an authorization header into a challenge response.voidHttpBasicHelper.parseResponse(ChallengeResponse challenge, Request request, Series<Header> httpHeaders) static voidAuthenticatorUtils.update(ChallengeResponse challengeResponse, Request request, Response response) Updates aChallengeResponseobject according to given request and response.AuthenticatorHelper.updateReference(Reference resourceRef, ChallengeResponse challengeResponse, Request request) Optionally updates the request with a challenge response before sending it.static ReferenceAuthenticatorUtils.updateReference(Reference resourceRef, ChallengeResponse challengeResponse, Request request) Optionally updates the request with a challenge response before sending it. -
Uses of ChallengeResponse in org.restlet.resource
Methods in org.restlet.resource that return ChallengeResponseModifier and TypeMethodDescriptionResource.getChallengeResponse()Returns the authentication response sent by a client to an origin server.Resource.getProxyChallengeResponse()Returns the proxy authentication response sent by a client to an origin server.Methods in org.restlet.resource with parameters of type ChallengeResponseModifier and TypeMethodDescriptionvoidClientResource.setChallengeResponse(ChallengeResponse challengeResponse) Sets the authentication response sent by a client to an origin server.voidClientResource.setProxyChallengeResponse(ChallengeResponse challengeResponse) Sets the proxy authentication response sent by a client to an origin server. -
Uses of ChallengeResponse in org.restlet.util
Methods in org.restlet.util that return ChallengeResponseModifier and TypeMethodDescriptionWrapperRequest.getChallengeResponse()Returns the authentication response sent by a client to an origin server.WrapperRequest.getProxyChallengeResponse()Returns the authentication response sent by a client to a proxy.Methods in org.restlet.util with parameters of type ChallengeResponseModifier and TypeMethodDescriptionvoidWrapperRequest.setChallengeResponse(ChallengeResponse response) Sets the authentication response sent by a client to an origin server.voidWrapperRequest.setProxyChallengeResponse(ChallengeResponse response) Sets the authentication response sent by a client to a proxy.