Hi Mohamed, take a look at the class org.restlet.Guard. See also the tutorial: http://www.restlet.org/documentation/1.1/tutorial#part09 . The first code snippet shows how to secure a Restlet, the second one shows how to access an secured resource.
best regards Stephan Mohamed Abdel-Aziz Bayoumi schrieb: > Hi, > > I'm somewhat new to Restlet and i wanted to know how can i implement basic > authentication/authorization in restlets using base64 encoded username and > password.... I'm using HTTPS server listening on a port (with help of Ben > ohnson) and it works fine but i needed to implement basic authentication but > i've no idea how to this in Restlet (steps needed, files, code and > everything) > > any help is greatly appreciated .... > > Thanks > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=985272

