Uses of Class
org.restlet.data.ChallengeResponse

Packages that use ChallengeResponse
org.restlet.data Element of information handled by a component via a connector. 
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of ChallengeResponse in org.restlet.data
 

Methods in org.restlet.data that return ChallengeResponse
 ChallengeResponse Request.getChallengeResponse()
          Returns the authentication response sent by a client to an origin server.
 

Methods in org.restlet.data with parameters of type ChallengeResponse
 void Request.setChallengeResponse(ChallengeResponse challengeResponse)
          Sets the 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
 ChallengeResponse WrapperRequest.getChallengeResponse()
          Returns the authentication response sent by a client to an origin server.
 

Methods in org.restlet.util with parameters of type ChallengeResponse
 void WrapperRequest.setChallengeResponse(ChallengeResponse response)
          Sets the authentication response sent by a client to an origin server.
 



Copyright © 2005-2008 Noelios Technologies.