Uses of Class
org.restlet.data.ChallengeRequest

Packages that use ChallengeRequest
org.restlet Core classes of the API. 
org.restlet.data Information exchanged by components. 
org.restlet.resource Client and server resource classes. 
org.restlet.security Classes related to security. 
org.restlet.util Various utility classes. 
 

Uses of ChallengeRequest in org.restlet
 

Methods in org.restlet that return types with arguments of type ChallengeRequest
 List<ChallengeRequest> Response.getChallengeRequests()
          Returns the list of authentication requests sent by an origin server to a client.
 List<ChallengeRequest> Response.getProxyChallengeRequests()
          Returns the list of authentication requests sent by an origin server to a client.
 

Methods in org.restlet with parameters of type ChallengeRequest
 void Response.setChallengeRequest(ChallengeRequest request)
          Deprecated. Add request to Response.getChallengeRequests() method result instead or use Response.setChallengeRequests(List).
 

Method parameters in org.restlet with type arguments of type ChallengeRequest
 void Response.setChallengeRequests(List<ChallengeRequest> challengeRequests)
          Sets the list of authentication requests sent by an origin server to a client.
 void Response.setProxyChallengeRequests(List<ChallengeRequest> proxyChallengeRequests)
          Sets the modifiable list of authentication requests sent by a proxy to a client.
 

Uses of ChallengeRequest in org.restlet.data
 

Constructors in org.restlet.data with parameters of type ChallengeRequest
ChallengeResponse(ChallengeRequest challengeRequest, Response response, String identifier, char[] baseSecret)
          Constructor.
ChallengeResponse(ChallengeRequest challengeRequest, Response response, String identifier, char[] baseSecret, String baseSecretAlgorithm)
          Constructor.
ChallengeResponse(ChallengeRequest challengeRequest, Response response, String identifier, String baseSecret)
          Constructor.
 

Uses of ChallengeRequest in org.restlet.resource
 

Methods in org.restlet.resource that return types with arguments of type ChallengeRequest
 List<ChallengeRequest> UniformResource.getChallengeRequests()
          Returns the list of authentication requests sent by an origin server to a client.
 

Method parameters in org.restlet.resource with type arguments of type ChallengeRequest
 void ServerResource.setChallengeRequests(List<ChallengeRequest> requests)
          Sets the list of authentication requests sent by an origin server to a client.
 

Uses of ChallengeRequest in org.restlet.security
 

Methods in org.restlet.security that return ChallengeRequest
protected  ChallengeRequest ChallengeAuthenticator.createChallengeRequest(boolean stale)
          Creates a new challenge request.
 

Uses of ChallengeRequest in org.restlet.util
 

Methods in org.restlet.util that return types with arguments of type ChallengeRequest
 List<ChallengeRequest> WrapperResponse.getChallengeRequests()
          Returns the list of authentication requests sent by an origin server to a client.
 List<ChallengeRequest> WrapperResponse.getProxyChallengeRequests()
          Returns the list of authentication requests sent by a proxy to a client.
 

Methods in org.restlet.util with parameters of type ChallengeRequest
 void WrapperResponse.setChallengeRequest(ChallengeRequest request)
          Deprecated. 
 

Method parameters in org.restlet.util with type arguments of type ChallengeRequest
 void WrapperResponse.setChallengeRequests(List<ChallengeRequest> requests)
          Sets the list of authentication requests sent by an origin server to a client.
 void WrapperResponse.setProxyChallengeRequests(List<ChallengeRequest> requests)
          Sets the list of authentication requests sent by a proxy to a client.
 



Copyright © 2005-2011 Noelios Technologies.