如何使用Authentication.UserCredentials始终在Filenet P8中允许某些密码?

时间:2015-04-25 20:08:46

标签: filenet-p8 filenet filenet-content-engine

我正在Filenet P8中实现一个解决方案,我希望在使用Filenet.Api.Authentication.UserCredentials登录时允许以“密码”登录的用户。

有人实施过类似的解决方案吗?

1 个答案:

答案 0 :(得分:1)

FileNet没有执行身份验证过程,仅用于授权。 FN通过JAAS实现Application Server来验证用户。

您可以在Application Server中实现并注册您自己的登录模块(JAAS规范),以非标准方式对用户进行身份验证。

这只是改变FileNet身份验证机制的一种方法。