Hello Benjamin, could you have a look at this thread? http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2442326 It contains some explanation about the security model and presents also a sample application that illustrates authentication/authorization. The global schema is to let the resource focus on its tasks, and let a filter (an authorizer for example) takes care of this transversal concern.
Feel free to ask for more details. Best regards, Thierry Boileau > Hi, > > I'm new to Restlet, which I want to use for implementing a restful > application. I'm stuck at a point, were I want to implement a server resource > that can be accessed via GET only if authenticated. POST however should > always work, as it implements some kind of factory method. > > How can set up authentication on a per-method level for a resource? > > Thanks in advance! > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2445757 > > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2446741

