Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Filenet P8 中实现一个解决方案,我希望允许在使用 Filenet.Api.Authentication.UserCredentials 登录时以某些“密码”身份登录的用户。
有人实施过类似的解决方案吗?
FileNet 没有实现身份验证过程,仅用于授权。FN 通过应用服务器的 JAAS 实现对用户进行身份验证。
您可以在 Application Server 中实现和注册您自己的登录模块(JAAS 规范),以非标准方式对用户进行身份验证。
这只是更改 FileNet 身份验证机制的一种方法。