Authorization
Description
By default, the Guard class autorizes all the sucessfully authenticated requests to go to the next Restlet attached to it. However it is very easy to change this behavior to introduce any sort of authorization mechanism.
The method to override is Guard#authorize(Request request) which returns true by default.


There are no comments.