开发者

Securing Eclipse RAP application

开发者 https://www.devze.com 2023-04-10 14:40 出处:网络
I have this application built in RCP/RAP and now I want to add security to it. I found out about the equinox security but this is only on application level.

I have this application built in RCP/RAP and now I want to add security to it. I found out about the equinox security but this is only on application level.

Since I registered some http resources which are javascript applications, these are public available when co开发者_如何学编程nnecting to the server. I want to protect these resources also with authentication.

Does anybody know how to protect these resources? Should I do this on server level or something?

Thanks in advance


if deploy your RAP application as a WAR file (using Equinox servlet bridge) you can use all security mechanisms provided by your web container. Here is some info on how to do such deployment: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.rap.help%2Fhelp%2Fhtml%2Fgetting-started%2Flauncher.html

0

精彩评论

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

关注公众号