简体   繁体   中英

Securing Eclipse RAP application

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 connecting 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM