我应该在哪里存储我的网络应用程序的自定义权限

发布于 2024-09-03 05:50:59 字数 154 浏览 3 评论 0原文

我想知道在我的 Web 应用程序中存储自定义权限的理想位置在哪里。

例如我有以下权限:

AdminPermission 读取权限 WritePermission

目前,我将它们存储在静态实用程序类中作为常量字符串类型对象。

谢谢

I'm wondering where is the ideal place to store custom permissions in my web applications.

For example I have the following permissions:

AdminPermission
ReadPermission
WritePermission

At the moment I store these in the static utilities class as the constant string type objects.

Thank you

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

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

发布评论

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

评论(2

淡紫姑娘! 2024-09-10 05:50:59

不知何故,我猜你正在谈论 Java 应用程序。您可以尝试将这些资源外部化到文件中,例如在 Tomcat 中(例如 tomcat-users.xml)。

Somehow I guess you are talking about a Java app. You could try to externalize these resource in files, like in Tomcat (e.g. tomcat-users.xml).

情释 2024-09-10 05:50:59

决定采用数据库方法,使用枚举引用 xml 配置中的记录。

Decided to go for a database approach with enums referencing records in xml config.

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