Uses of Class
org.restlet.Guard

Packages that use Guard
org.restlet.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Guard in org.restlet.util
 

Methods in org.restlet.util with parameters of type Guard
abstract  int Engine.authenticate(Request request, Guard guard)
          Indicates if the call is properly authenticated.
abstract  void Engine.challenge(Response response, boolean stale, Guard guard)
          Challenges the client by adding a challenge request to the response and by setting the status to CLIENT_ERROR_UNAUTHORIZED.
 



Copyright © 2005-2008 Noelios Technologies.