开发者

Java Applet Authentication

I have Java Applet(J2EE), I want to make it accessible only to a certain set of users,by authenticating them using use开发者_开发问答rname and password.What is the the best way of doing this?


This guide to form-based authentication could be helpful.


The way you secure this will depend on what you have on server side?

  1. Applet takes username and password. Calls some auth service on the server to authenticate the user.

  2. Next challenge would be to maintain this authentication state. Solution would totally depend on how you are communicating back from your applet.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜