从 AuthorizationManager (AzMan) 检索任务列表时出现问题

发布于 2024-07-15 08:49:53 字数 205 浏览 7 评论 0原文

我在我的一个应用程序中使用授权管理器,我的要求是将 AzMan 商店从一个位置复制到另一个位置。 我的源位置是 Active Directory,目标位置是 xml,并且我有这两个位置的路径。

当我创建 AzMan 存储并使用源链接进行初始化以获取对象句柄时,源存储应用程序中的任务数似乎包括任务 + 角色。 有人可以指出这是 AzMan 中的错误还是我犯了一些错误。

I am using authorization Manager in one of my application and my requirement is to copy the AzMan store from one location to another location. My source location is Active directory and destination is xml and I have the path for both of these.

When I create an AzMan store and initialize with the source link to get a handle of object, the number of tasks in the source store application seems to include Tasks + Roles. Could anybody please point that whether is it a bug in AzMan or I am making some mistake.

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

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

发布评论

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

评论(1

心碎的声音 2024-07-22 08:49:53

角色定义(如 AzMan GUI 中所示,而不是 API)实际上是一种任务定义。 您可以通过检查 IAzTask.IsRoleDefinition 属性来区分它们。

IAzRole 用于角色分配,如 AzMan API 中所示。

A Role Definition (as seen in the AzMan GUI, not the API) are actually a kind of Task Definition. You can distinguish them by checking the IAzTask.IsRoleDefinition property.

IAzRole is meant for Role Assignments as seen in the AzMan API.

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