需要有关如何编写 Cognos 安全提供程序的资源
我需要编写 Cognos 安全提供程序。然而,我不知道从哪里开始。
有没有任何资源可以帮助我开始。您还知道有哪些课程教授如何编写 Cognos 安全提供程序。
I need to write Cognos security provider. However, I have no clue where to start from.
Is there any resources that can help me start. Also do you know of any classes that teach about how to write Cognos security providers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读“Cognos Authentication Provider Developer Guide”(文件 dg_auth.pdf,包含在 Cognos SDK 产品安装中)的第 3 章
查看 *install_location*/sdk/java/AuthenticationProvider 提供的示例
在 Cognos Configuration 应用程序中,添加一个新的“namespace”资源类型
“本地配置 > 安全性 > 身份验证”下的“自定义 Java 提供程序”。
Read chapter 3 of the "Cognos Authentication Provider Developer Guide" (file dg_auth.pdf which is included in your Cognos SDK product installation)
Look at the provided sample at *install_location*/sdk/java/AuthenticationProvider
In the Cognos Configuration application, add a new "namespace" resource of type
"Custom Java Provider" under "Local Configuration > Security > Authentication".