Fabian ,
thanks for the response.

that helped, i am now getting closer.

So there is one last part i am not getting.

from the book there is the example "
//snippet

@Override
public Restlet createInboundRoot() {

 Router router = new Router(getContext());
 MapVerifier verifier = new MapVerifier();
            verifier.getLocalSecrets().put("scott",   
                               "tiger".toCharArray());

 CookieAuthenticator authenticator = 
    new CookieAuthenticator(getContext(), "Cookie Test");

//end snippet

My usernames and passwords are in a DB
So is the flow, each time someone makes a request I need to query and get the 
username/password so i can put it into the verifier? I am thinking that after 
they login i will generate somekind of key based on their username/password and 
that is what will be passed back and forth or set as a cookie.

thanks for your help

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2700752

Reply via email to