如何使用 oim 11g 客户端 API 以编程方式获取配置资源
我正在使用 oracle OIM 11g api(在 oracle.iam 包中)。我使用 oracle.iam.platform.OIMClient 类来获取所有 OIM 客户端服务,例如 UserManager。
我需要找到通过配置工作流程获得的资源。我可以使用哪项服务?我该如何使用 OIM api?
I'm using the oracle OIM 11g api (in packages oracle.iam). I use the class oracle.iam.platform.OIMClient to get all the OIM client services like UserManager.
I need to find the resources got with the provisioning workflows. Which service can I use? How can I do with the OIM api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面的方法应该将所有资源导出到 XML 文件中 -
The method below should export all resources into an XML file-