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.
我有一个工作正常的事件处理程序,并在角色分配和撤销时执行。
现在,我想在特定条件下引发异常并停止执行角色配置。
即使我抛出异常 Role 正在被配置和撤销,并且不会在 UI 上产生任何错误。
PS:此角色配置和取消配置是通过 OIM GUI 手动完成的。