Java Applet Authentication -


I have Java applet (J2EE), I want to make it accessible only for a certain group of users username and password. What is the best way to do this?

This will be helpful in form-based authentication.


Comments