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 ChallengeResponseRequest. getChallengeResponse()Returns the authentication response sent by a client to an origin server.ChallengeResponseRequest. 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 voidRequest. 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.resource
Methods in org.restlet.resource that return ChallengeResponse Modifier and Type Method Description ChallengeResponseResource. getChallengeResponse()Returns the authentication response sent by a client to an origin server.ChallengeResponseResource. 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 voidClientResource. 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 ChallengeResponse Modifier and Type Method Description ChallengeResponseWrapperRequest. getChallengeResponse()Returns the authentication response sent by a client to an origin server.ChallengeResponseWrapperRequest. 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 voidWrapperRequest. 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. 
 -