Uses of Class
org.restlet.data.ChallengeResponse
-
Packages that use ChallengeResponse Package Description org.restlet Core classes of the API.org.restlet.resource Client and server resource classes.org.restlet.util Various utility classes. -
-
Uses of ChallengeResponse in org.restlet
Methods in org.restlet that return ChallengeResponse Modifier and Type Method 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.Methods in org.restlet with parameters of type ChallengeResponse Modifier and Type Method 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. -
Uses of ChallengeResponse in org.restlet.resource
Methods in org.restlet.resource that return ChallengeResponse Modifier and Type Method 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.Methods in org.restlet.resource with parameters of type ChallengeResponse Modifier and Type Method 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. -
Uses of ChallengeResponse in org.restlet.util
Methods in org.restlet.util that return ChallengeResponse Modifier and Type Method 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.Methods in org.restlet.util with parameters of type ChallengeResponse Modifier and Type Method 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.
-