Hi Buchi,

This looks cool. However, I think perhaps you need add these methods:

/**
 * verify a user with password
 */
boolean verifyUser(String username, String password)
        throws RemoteException;

/**
 * list users names
 */
String[] listUsers(int index, int count)
         throws RemoteException;


thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to