保护 Eclipse RAP 应用程序的安全

发布于 2024-12-08 12:37:45 字数 202 浏览 0 评论 0原文

我在 RCP/RAP 中内置了此应用程序,现在我想为其添加安全性。我发现了春分安全性,但这只是在应用程序级别。

由于我注册了一些 http 资源,它们是 javascript 应用程序,因此在连接到服务器时这些资源是公开可用的。我想通过身份验证来保护这些资源。

有谁知道如何保护这些资源吗?我应该在服务器级别或其他级别执行此操作吗?

提前致谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

各自安好 2024-12-15 12:37:45

如果将 RAP 应用程序部署为 WAR 文件(使用 Equinox servlet 桥),您可以使用 Web 容器提供的所有安全机制。以下是有关如何进行此类部署的一些信息: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.rap.help%2Fhelp%2Fhtml%2Fgetting-started%2Flauncher.html

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文