Websphere 7 中的自定义登录模块

发布于 2024-09-18 05:50:16 字数 108 浏览 2 评论 0原文

我编写了一个自定义 LoginModule,它在 JBoss 中工作得很好,但是,现在我需要将它部署在 Websphere 7 上,但我找不到注册 LoginModule 的适当方法。有人知道怎么做吗?

I wrote a custom LoginModule which works just fine in JBoss, however, now I need to deploy it on Websphere 7 and I just can't find the appropriate way to register the LoginModule. Does anybody know how?

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

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

发布评论

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

评论(1

四叶草在未来唯美盛开 2024-09-25 05:50:16

如果它是服务器上所有应用程序都必须使用的应用程序登录模块,请将其放入 WSLogin JAAS 配置中:

在管理控制台中,点击路径将为(WAS 6.1,但 7 类似):
安全>全球安全>认证> JAAS配置>应用程序登录> WS登录

If it's an application login module that has to be used by all applications on the server, put it into WSLogin JAAS configuration:

In admin console, the clickpath would be (WAS 6.1, but 7 will be simillar):
Security > Global security > Authentication > JAAS configuration > Application logins > WSLogin

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